Html Css Color HEX #709912 Olive Drab

📋 copy color: '#709912'

red 112 ◦ green 153 ◦ blue 18

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

Shades of Olive Drab #709912

Tints of Olive Drab #709912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.06%

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

R = 39.58%
G = 54.06%
B = 6.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#709912 (or 0x709912) is known color: Olive Drab. HEX triplet: 70, 99 and 12. RGB value is (112,153,18). Sum of RGB (Red+Green+Blue) = 112+153+18=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #709912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709912 is #8F66ED. Grayscale: #7D7D7D. Windows color (decimal): -9397998 or 1218928. OLE color: 1218928.

HSL color Cylindrical-coordinate representation of color #709912: hue angle of 78.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #709912 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 153 18 -
CMYK 0.27 0 0.88 0.4
HSL 78.22º 0.79% 0.34% -
HSV(B) 78.22º 0.88% 0.6% -
XYZ 18.18 26.27 4.68 -
YUV 125.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 112 153 18 0.27 0 0.88 0.4 78.22 0.79 0.34
Hex 70 99 12 1B 0 58 28 4E 4F 22
Octal 160 231 22 33 0 130 50 116 117 42
Binary 1110000 10011001 10010 11011 0 1011000 101000 1001110 1001111 100010

Color Harmonies of #709912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709912

Black with #709912

Text Example


Text Example

White with #709912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709912; }

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

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

background-color css

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

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

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

border-color css

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

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

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