Html Css Color HEX #708324 Olive Drab

📋 copy color: '#708324'

red 112 ◦ green 131 ◦ blue 36

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

Shades of Olive Drab #708324

Tints of Olive Drab #708324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

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

R = 40.14%
G = 46.95%
B = 12.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#708324 (or 0x708324) is known color: Olive Drab. HEX triplet: 70, 83 and 24. RGB value is (112,131,36). Sum of RGB (Red+Green+Blue) = 112+131+36=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #708324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708324 is #8F7CDB. Grayscale: #727272. Windows color (decimal): -9403612 or 2392944. OLE color: 2392944.

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

Color convert

RGB 112 131 36 -
CMYK 0.15 0 0.73 0.49
HSL 72º 0.57% 0.33% -
HSV(B) 72º 0.73% 0.51% -
XYZ 15.12 19.8 4.7 -
YUV 114.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 112 131 36 0.15 0 0.73 0.49 72 0.57 0.33
Hex 70 83 24 F 0 49 31 48 39 21
Octal 160 203 44 17 0 111 61 110 71 41
Binary 1110000 10000011 100100 1111 0 1001001 110001 1001000 111001 100001

Color Harmonies of #708324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708324

Black with #708324

Text Example


Text Example

White with #708324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708324; }

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

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

background-color css

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

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

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

border-color css

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

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

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