Html Css Color HEX #709605 Olive Drab

📋 copy color: '#709605'

red 112 ◦ green 150 ◦ blue 5

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

Shades of Olive Drab #709605

Tints of Olive Drab #709605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.18%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 41.95%
G = 56.18%
B = 1.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#709605 (or 0x709605) is known color: Olive Drab. HEX triplet: 70, 96 and 05. RGB value is (112,150,5). Sum of RGB (Red+Green+Blue) = 112+150+5=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #709605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709605 is #8F69FA. Grayscale: #7A7A7A. Windows color (decimal): -9398779 or 366192. OLE color: 366192.

HSL color Cylindrical-coordinate representation of color #709605: hue angle of 75.72º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #709605 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 5 -
CMYK 0.25 0 0.97 0.41
HSL 75.72º 0.94% 0.3% -
HSV(B) 75.72º 0.97% 0.59% -
XYZ 17.62 25.27 4.09 -
YUV 122.11 61.91 120.79 -
System Red Green Blue C M Y K H S L
Decimal 112 150 5 0.25 0 0.97 0.41 75.72 0.94 0.3
Hex 70 96 5 19 0 61 29 4C 5E 1E
Octal 160 226 5 31 0 141 51 114 136 36
Binary 1110000 10010110 101 11001 0 1100001 101001 1001100 1011110 11110

Color Harmonies of #709605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709605

Black with #709605

Text Example


Text Example

White with #709605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709605; }

 p { color: rgb(112,150,5); }

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

background-color css

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

 a { background-color: rgb(112,150,5); }

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

border-color css

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

 span { border-color: rgb(112,150,5); }

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