Html Css Color HEX #708424 Olive Drab

📋 copy color: '#708424'

red 112 ◦ green 132 ◦ blue 36

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

Shades of Olive Drab #708424

Tints of Olive Drab #708424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

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

R = 40%
G = 47.14%
B = 12.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#708424 (or 0x708424) is known color: Olive Drab. HEX triplet: 70, 84 and 24. RGB value is (112,132,36). Sum of RGB (Red+Green+Blue) = 112+132+36=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #708424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708424 is #8F7BDB. Grayscale: #737373. Windows color (decimal): -9403356 or 2393200. OLE color: 2393200.

HSL color Cylindrical-coordinate representation of color #708424: hue angle of 72.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #708424 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 36 -
CMYK 0.15 0 0.73 0.48
HSL 72.5º 0.57% 0.33% -
HSV(B) 72.5º 0.73% 0.52% -
XYZ 15.25 20.07 4.74 -
YUV 115.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 112 132 36 0.15 0 0.73 0.48 72.5 0.57 0.33
Hex 70 84 24 F 0 49 30 48 39 21
Octal 160 204 44 17 0 111 60 110 71 41
Binary 1110000 10000100 100100 1111 0 1001001 110000 1001000 111001 100001

Color Harmonies of #708424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708424

Black with #708424

Text Example


Text Example

White with #708424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708424; }

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

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

background-color css

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

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

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

border-color css

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

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

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