Html Css Color HEX #709712 Olive Drab

📋 copy color: '#709712'

red 112 ◦ green 151 ◦ blue 18

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

Shades of Olive Drab #709712

Tints of Olive Drab #709712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.74%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 39.86%
G = 53.74%
B = 6.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#709712 (or 0x709712) is known color: Olive Drab. HEX triplet: 70, 97 and 12. RGB value is (112,151,18). Sum of RGB (Red+Green+Blue) = 112+151+18=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #709712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709712 is #8F68ED. Grayscale: #7C7C7C. Windows color (decimal): -9398510 or 1218416. OLE color: 1218416.

HSL color Cylindrical-coordinate representation of color #709712: hue angle of 77.59º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #709712 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 18 -
CMYK 0.26 0 0.88 0.41
HSL 77.59º 0.79% 0.33% -
HSV(B) 77.59º 0.88% 0.59% -
XYZ 17.86 25.62 4.58 -
YUV 124.18 68.08 119.31 -
System Red Green Blue C M Y K H S L
Decimal 112 151 18 0.26 0 0.88 0.41 77.59 0.79 0.33
Hex 70 97 12 1A 0 58 29 4E 4F 21
Octal 160 227 22 32 0 130 51 116 117 41
Binary 1110000 10010111 10010 11010 0 1011000 101001 1001110 1001111 100001

Color Harmonies of #709712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709712

Black with #709712

Text Example


Text Example

White with #709712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709712; }

 p { color: rgb(112,151,18); }

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

background-color css

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

 a { background-color: rgb(112,151,18); }

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

border-color css

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

 span { border-color: rgb(112,151,18); }

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