Html Css Color HEX #708824 Olive Drab

📋 copy color: '#708824'

red 112 ◦ green 136 ◦ blue 36

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

Shades of Olive Drab #708824

Tints of Olive Drab #708824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 39.44%
G = 47.89%
B = 12.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#708824 (or 0x708824) is known color: Olive Drab. HEX triplet: 70, 88 and 24. RGB value is (112,136,36). Sum of RGB (Red+Green+Blue) = 112+136+36=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #708824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708824 is #8F77DB. Grayscale: #757575. Windows color (decimal): -9402332 or 2394224. OLE color: 2394224.

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

Color convert

RGB 112 136 36 -
CMYK 0.18 0 0.74 0.47
HSL 74.4º 0.58% 0.34% -
HSV(B) 74.4º 0.74% 0.53% -
XYZ 15.8 21.18 4.92 -
YUV 117.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 112 136 36 0.18 0 0.74 0.47 74.4 0.58 0.34
Hex 70 88 24 12 0 4A 2F 4A 3A 22
Octal 160 210 44 22 0 112 57 112 72 42
Binary 1110000 10001000 100100 10010 0 1001010 101111 1001010 111010 100010

Color Harmonies of #708824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708824

Black with #708824

Text Example


Text Example

White with #708824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708824; }

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

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

background-color css

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

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

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

border-color css

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

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

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