Html Css Color HEX #708620 Olive Drab

📋 copy color: '#708620'

red 112 ◦ green 134 ◦ blue 32

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

Shades of Olive Drab #708620

Tints of Olive Drab #708620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.2%

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

R = 40.29%
G = 48.2%
B = 11.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#708620 (or 0x708620) is known color: Olive Drab. HEX triplet: 70, 86 and 20. RGB value is (112,134,32). Sum of RGB (Red+Green+Blue) = 112+134+32=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #708620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708620 is #8F79DF. Grayscale: #747474. Windows color (decimal): -9402848 or 2131568. OLE color: 2131568.

HSL color Cylindrical-coordinate representation of color #708620: hue angle of 72.94º degrees, saturation: 0.61, 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 #708620 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 134 32 -
CMYK 0.16 0 0.76 0.47
HSL 72.94º 0.61% 0.33% -
HSV(B) 72.94º 0.76% 0.53% -
XYZ 15.47 20.6 4.53 -
YUV 115.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 112 134 32 0.16 0 0.76 0.47 72.94 0.61 0.33
Hex 70 86 20 10 0 4C 2F 49 3D 21
Octal 160 206 40 20 0 114 57 111 75 41
Binary 1110000 10000110 100000 10000 0 1001100 101111 1001001 111101 100001

Color Harmonies of #708620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708620

Black with #708620

Text Example


Text Example

White with #708620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708620; }

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

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

background-color css

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

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

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

border-color css

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

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

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