Html Css Color HEX #708924 Olive Drab

📋 copy color: '#708924'

red 112 ◦ green 137 ◦ blue 36

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

Shades of Olive Drab #708924

Tints of Olive Drab #708924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.07%

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

R = 39.3%
G = 48.07%
B = 12.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#708924 (or 0x708924) is known color: Olive Drab. HEX triplet: 70, 89 and 24. RGB value is (112,137,36). Sum of RGB (Red+Green+Blue) = 112+137+36=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #708924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708924 is #8F76DB. Grayscale: #767676. Windows color (decimal): -9402076 or 2394480. OLE color: 2394480.

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

Color convert

RGB 112 137 36 -
CMYK 0.18 0 0.74 0.46
HSL 74.85º 0.58% 0.34% -
HSV(B) 74.85º 0.74% 0.54% -
XYZ 15.95 21.46 4.97 -
YUV 118.01 81.72 123.71 -
System Red Green Blue C M Y K H S L
Decimal 112 137 36 0.18 0 0.74 0.46 74.85 0.58 0.34
Hex 70 89 24 12 0 4A 2E 4B 3A 22
Octal 160 211 44 22 0 112 56 113 72 42
Binary 1110000 10001001 100100 10010 0 1001010 101110 1001011 111010 100010

Color Harmonies of #708924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708924

Black with #708924

Text Example


Text Example

White with #708924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708924; }

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

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

background-color css

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

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

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

border-color css

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

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

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