Html Css Color HEX #708224 Olive Drab

📋 copy color: '#708224'

red 112 ◦ green 130 ◦ blue 36

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

Shades of Olive Drab #708224

Tints of Olive Drab #708224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

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

R = 40.29%
G = 46.76%
B = 12.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#708224 (or 0x708224) is known color: Olive Drab. HEX triplet: 70, 82 and 24. RGB value is (112,130,36). Sum of RGB (Red+Green+Blue) = 112+130+36=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #708224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708224 is #8F7DDB. Grayscale: #727272. Windows color (decimal): -9403868 or 2392688. OLE color: 2392688.

HSL color Cylindrical-coordinate representation of color #708224: hue angle of 71.49º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #708224 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 36 -
CMYK 0.14 0 0.72 0.49
HSL 71.49º 0.57% 0.33% -
HSV(B) 71.49º 0.72% 0.51% -
XYZ 14.98 19.54 4.65 -
YUV 113.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 112 130 36 0.14 0 0.72 0.49 71.49 0.57 0.33
Hex 70 82 24 E 0 48 31 47 39 21
Octal 160 202 44 16 0 110 61 107 71 41
Binary 1110000 10000010 100100 1110 0 1001000 110001 1000111 111001 100001

Color Harmonies of #708224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708224

Black with #708224

Text Example


Text Example

White with #708224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708224; }

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

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

background-color css

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

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

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

border-color css

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

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

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