Html Css Color HEX #709A18 Olive Drab

📋 copy color: '#709A18'

red 112 ◦ green 154 ◦ blue 24

#709A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #709A18

Tints of Olive Drab #709A18

RGB

 RED value IS 112 (44.14% from 255) = 38.62%

 GREEN value IS 154 (60.55% from 255) = 53.1%

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 38.62%
G = 53.1%
B = 8.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#709A18 (or 0x709A18) is known color: Olive Drab. HEX triplet: 70, 9A and 18. RGB value is (112,154,24). Sum of RGB (Red+Green+Blue) = 112+154+24=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 154 (60.55% from 255 or 53.10% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 154 - color contains mainly: green. Hex color #709A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709A18 is #8F65E7. Grayscale: #7F7F7F. Windows color (decimal): -9397736 or 1612400. OLE color: 1612400.

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

Color convert

RGB 112 154 24 -
CMYK 0.27 0 0.84 0.40
HSL 79.38º 0.73% 0.35% -
HSV(B) 79.38º 0.84% 0.6% -
XYZ 18.4 26.62 5.03 -
YUV 126.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 112 154 24 0.27 0 0.84 0.40 79.38 0.73 0.35
Hex 70 9A 18 1B 0 54 28 4F 49 23
Octal 160 232 30 33 0 124 50 117 111 43
Binary 1110000 10011010 11000 11011 0 1010100 101000 1001111 1001001 100011

Color Harmonies of #709A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A18

Black with #709A18

Text Example


Text Example

White with #709A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #709A18;
 }
 .AnyTagClassName
 {
   color: #709A18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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