Html Css Color HEX #708736 Olive Drab

📋 copy color: '#708736'

red 112 ◦ green 135 ◦ blue 54

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

Shades of Olive Drab #708736

Tints of Olive Drab #708736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.85%

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 37.21%
G = 44.85%
B = 17.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#708736 (or 0x708736) is known color: Olive Drab. HEX triplet: 70, 87 and 36. RGB value is (112,135,54). Sum of RGB (Red+Green+Blue) = 112+135+54=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #708736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708736 is #8F78C9. Grayscale: #777777. Windows color (decimal): -9402570 or 3573616. OLE color: 3573616.

HSL color Cylindrical-coordinate representation of color #708736: hue angle of 77.04º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #708736 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 54 -
CMYK 0.17 0 0.60 0.47
HSL 77.04º 0.43% 0.37% -
HSV(B) 77.04º 0.6% 0.53% -
XYZ 16.01 21.04 6.71 -
YUV 118.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 112 135 54 0.17 0 0.60 0.47 77.04 0.43 0.37
Hex 70 87 36 11 0 3C 2F 4D 2B 25
Octal 160 207 66 21 0 74 57 115 53 45
Binary 1110000 10000111 110110 10001 0 111100 101111 1001101 101011 100101

Color Harmonies of #708736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708736

Black with #708736

Text Example


Text Example

White with #708736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708736; }

 p { color: rgb(112,135,54); }

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

background-color css

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

 a { background-color: rgb(112,135,54); }

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

border-color css

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

 span { border-color: rgb(112,135,54); }

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