Html Css Color HEX #709016 Olive Drab

📋 copy color: '#709016'

red 112 ◦ green 144 ◦ blue 22

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

Shades of Olive Drab #709016

Tints of Olive Drab #709016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.8%

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 40.29%
G = 51.8%
B = 7.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#709016 (or 0x709016) is known color: Olive Drab. HEX triplet: 70, 90 and 16. RGB value is (112,144,22). Sum of RGB (Red+Green+Blue) = 112+144+22=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #709016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709016 is #8F6FE9. Grayscale: #787878. Windows color (decimal): -9400298 or 1478768. OLE color: 1478768.

HSL color Cylindrical-coordinate representation of color #709016: hue angle of 75.74º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #709016 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 22 -
CMYK 0.22 0 0.85 0.44
HSL 75.74º 0.73% 0.33% -
HSV(B) 75.74º 0.85% 0.56% -
XYZ 16.8 23.45 4.4 -
YUV 120.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 112 144 22 0.22 0 0.85 0.44 75.74 0.73 0.33
Hex 70 90 16 16 0 55 2C 4C 49 21
Octal 160 220 26 26 0 125 54 114 111 41
Binary 1110000 10010000 10110 10110 0 1010101 101100 1001100 1001001 100001

Color Harmonies of #709016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709016

Black with #709016

Text Example


Text Example

White with #709016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709016; }

 p { color: rgb(112,144,22); }

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

background-color css

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

 a { background-color: rgb(112,144,22); }

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

border-color css

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

 span { border-color: rgb(112,144,22); }

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