#709a1b

Color #709A1B Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #709A1B

Tints of Olive Drab #709A1B

Color information

#709A1B (or 0x709A1B) is unknown color: approx Olive Drab. HEX triplet: 70, 9A and 1B. RGB value is (112,154,27). Sum of RGB (Red+Green+Blue) = 112+154+27=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #709A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A1B is #8F65E4. Grayscale: #7F7F7F. Windows color (decimal): -9397733 or 1809008. OLE color: 1809008.

HSL color Cylindrical-coordinate representation of color #709A1B: hue angle of 79.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #709A1B is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB11215427-
CMYK0.2700.820.40
HSL79.84º70.17%35.49%-
HSV(B)79.84º82.47%60.39%-
XYZ18.4426.645.21-
YUV126.9671.59117.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 154 (60.55% from 255) = 52.56%
BLUE value IS 27 (10.94% from 255) = 9.22%
R=38.23%
G=52.56%
B=9.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112154270.2700.820.4079.8470.1735.49
Hex709A1B1B05228504623
Octal160232333301225012010643
Binary11100001001101011011110110101001010100010100001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709a1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709a1b; }

 p { color: rgb(112,154,27); }

 H1.HeaderClassName
 {
   color: #709a1b;
 }
 .AnyTagClassName
 {
   color: #709a1b;
 }
</style>
background-color css

<style>
 a { background-color: #709a1b; }

 a { background-color: rgb(112,154,27); }

 div.DivClassName
 {
   background-color: #709a1b;
 }
 .BgClassName
 {
   background-color: #709a1b;
 }
</style>
border-color css

<style>
 span { border-color: #709a1b; }

 span { border-color: rgb(112,154,27); }

 td.TdClassName
 {
   border-color: #709a1b;
 }
 .TagClassName
 {
   border-color: #709a1b;
 }
</style>