Html Css Color HEX #709620 Olive Drab

📋 copy color: '#709620'

red 112 ◦ green 150 ◦ blue 32

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

Shades of Olive Drab #709620

Tints of Olive Drab #709620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.88%

R = 38.1%
G = 51.02%
B = 10.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#709620 (or 0x709620) is known color: Olive Drab. HEX triplet: 70, 96 and 20. RGB value is (112,150,32). Sum of RGB (Red+Green+Blue) = 112+150+32=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #709620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709620 is #8F69DF. Grayscale: #7D7D7D. Windows color (decimal): -9398752 or 2135664. OLE color: 2135664.

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

Color convert

RGB 112 150 32 -
CMYK 0.25 0 0.79 0.41
HSL 79.32º 0.65% 0.36% -
HSV(B) 79.32º 0.79% 0.59% -
XYZ 17.85 25.36 5.32 -
YUV 125.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 112 150 32 0.25 0 0.79 0.41 79.32 0.65 0.36
Hex 70 96 20 19 0 4F 29 4F 41 24
Octal 160 226 40 31 0 117 51 117 101 44
Binary 1110000 10010110 100000 11001 0 1001111 101001 1001111 1000001 100100

Color Harmonies of #709620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709620

Black with #709620

Text Example


Text Example

White with #709620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709620; }

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

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

background-color css

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

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

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

border-color css

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

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

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