Html Css Color HEX #709B20 Olive Drab

📋 copy color: '#709B20'

red 112 ◦ green 155 ◦ blue 32

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

Shades of Olive Drab #709B20

Tints of Olive Drab #709B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.84%

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

R = 37.46%
G = 51.84%
B = 10.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#709B20 (or 0x709B20) is known color: Olive Drab. HEX triplet: 70, 9B and 20. RGB value is (112,155,32). Sum of RGB (Red+Green+Blue) = 112+155+32=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #709B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B20 is #8F64DF. Grayscale: #808080. Windows color (decimal): -9397472 or 2136944. OLE color: 2136944.

HSL color Cylindrical-coordinate representation of color #709B20: hue angle of 80.98º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #709B20 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 32 -
CMYK 0.28 0 0.79 0.39
HSL 80.98º 0.66% 0.37% -
HSV(B) 80.98º 0.79% 0.61% -
XYZ 18.66 26.99 5.59 -
YUV 128.12 73.75 116.5 -
System Red Green Blue C M Y K H S L
Decimal 112 155 32 0.28 0 0.79 0.39 80.98 0.66 0.37
Hex 70 9B 20 1C 0 4F 27 51 42 25
Octal 160 233 40 34 0 117 47 121 102 45
Binary 1110000 10011011 100000 11100 0 1001111 100111 1010001 1000010 100101

Color Harmonies of #709B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B20

Black with #709B20

Text Example


Text Example

White with #709B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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