Html Css Color HEX #709018 Olive Drab

📋 copy color: '#709018'

red 112 ◦ green 144 ◦ blue 24

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

Shades of Olive Drab #709018

Tints of Olive Drab #709018

RGB

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

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

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

R = 40%
G = 51.43%
B = 8.57%

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

#709018 (or 0x709018) is known color: Olive Drab. HEX triplet: 70, 90 and 18. RGB value is (112,144,24). Sum of RGB (Red+Green+Blue) = 112+144+24=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #709018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709018 is #8F6FE7. Grayscale: #797979. Windows color (decimal): -9400296 or 1609840. OLE color: 1609840.

HSL color Cylindrical-coordinate representation of color #709018: hue angle of 76º degrees, saturation: 0.71, 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 #709018 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 24 -
CMYK 0.22 0 0.83 0.44
HSL 76º 0.71% 0.33% -
HSV(B) 76º 0.83% 0.56% -
XYZ 16.82 23.46 4.51 -
YUV 120.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 112 144 24 0.22 0 0.83 0.44 76 0.71 0.33
Hex 70 90 18 16 0 53 2C 4C 47 21
Octal 160 220 30 26 0 123 54 114 107 41
Binary 1110000 10010000 11000 10110 0 1010011 101100 1001100 1000111 100001

Color Harmonies of #709018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709018

Black with #709018

Text Example


Text Example

White with #709018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709018; }

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

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

background-color css

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

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

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

border-color css

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

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

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