Html Css Color HEX #708820 Olive Drab

📋 copy color: '#708820'

red 112 ◦ green 136 ◦ blue 32

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

Shades of Olive Drab #708820

Tints of Olive Drab #708820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.57%

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

R = 40%
G = 48.57%
B = 11.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#708820 (or 0x708820) is known color: Olive Drab. HEX triplet: 70, 88 and 20. RGB value is (112,136,32). Sum of RGB (Red+Green+Blue) = 112+136+32=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #708820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708820 is #8F77DF. Grayscale: #757575. Windows color (decimal): -9402336 or 2132080. OLE color: 2132080.

HSL color Cylindrical-coordinate representation of color #708820: hue angle of 73.85º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #708820 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 32 -
CMYK 0.18 0 0.76 0.47
HSL 73.85º 0.62% 0.33% -
HSV(B) 73.85º 0.76% 0.53% -
XYZ 15.75 21.16 4.62 -
YUV 116.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 112 136 32 0.18 0 0.76 0.47 73.85 0.62 0.33
Hex 70 88 20 12 0 4C 2F 4A 3E 21
Octal 160 210 40 22 0 114 57 112 76 41
Binary 1110000 10001000 100000 10010 0 1001100 101111 1001010 111110 100001

Color Harmonies of #708820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708820

Black with #708820

Text Example


Text Example

White with #708820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708820; }

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

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

background-color css

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

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

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

border-color css

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

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

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