Html Css Color HEX #709019 Olive Drab

📋 copy color: '#709019'

red 112 ◦ green 144 ◦ blue 25

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

Shades of Olive Drab #709019

Tints of Olive Drab #709019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.9%

R = 39.86%
G = 51.25%
B = 8.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#709019 (or 0x709019) is known color: Olive Drab. HEX triplet: 70, 90 and 19. RGB value is (112,144,25). Sum of RGB (Red+Green+Blue) = 112+144+25=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #709019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709019 is #8F6FE6. Grayscale: #797979. Windows color (decimal): -9400295 or 1675376. OLE color: 1675376.

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

Color convert

RGB 112 144 25 -
CMYK 0.22 0 0.83 0.44
HSL 76.13º 0.7% 0.33% -
HSV(B) 76.13º 0.83% 0.56% -
XYZ 16.83 23.46 4.56 -
YUV 120.87 73.9 121.68 -
System Red Green Blue C M Y K H S L
Decimal 112 144 25 0.22 0 0.83 0.44 76.13 0.7 0.33
Hex 70 90 19 16 0 53 2C 4C 46 21
Octal 160 220 31 26 0 123 54 114 106 41
Binary 1110000 10010000 11001 10110 0 1010011 101100 1001100 1000110 100001

Color Harmonies of #709019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709019

Black with #709019

Text Example


Text Example

White with #709019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709019; }

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

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

background-color css

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

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

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

border-color css

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

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

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