Html Css Color HEX #709718 Olive Drab

📋 copy color: '#709718'

red 112 ◦ green 151 ◦ blue 24

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

Shades of Olive Drab #709718

Tints of Olive Drab #709718

RGB

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

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

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

R = 39.02%
G = 52.61%
B = 8.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#709718 (or 0x709718) is known color: Olive Drab. HEX triplet: 70, 97 and 18. RGB value is (112,151,24). Sum of RGB (Red+Green+Blue) = 112+151+24=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #709718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709718 is #8F68E7. Grayscale: #7D7D7D. Windows color (decimal): -9398504 or 1611632. OLE color: 1611632.

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

Color convert

RGB 112 151 24 -
CMYK 0.26 0 0.84 0.41
HSL 78.43º 0.73% 0.34% -
HSV(B) 78.43º 0.84% 0.59% -
XYZ 17.91 25.64 4.87 -
YUV 124.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 112 151 24 0.26 0 0.84 0.41 78.43 0.73 0.34
Hex 70 97 18 1A 0 54 29 4E 49 22
Octal 160 227 30 32 0 124 51 116 111 42
Binary 1110000 10010111 11000 11010 0 1010100 101001 1001110 1001001 100010

Color Harmonies of #709718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709718

Black with #709718

Text Example


Text Example

White with #709718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709718; }

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

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

background-color css

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

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

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

border-color css

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

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

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