Html Css Color HEX #708E32 Olive Drab

📋 copy color: '#708E32'

red 112 ◦ green 142 ◦ blue 50

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

Shades of Olive Drab #708E32

Tints of Olive Drab #708E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.71%

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 36.84%
G = 46.71%
B = 16.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#708E32 (or 0x708E32) is known color: Olive Drab. HEX triplet: 70, 8E and 32. RGB value is (112,142,50). Sum of RGB (Red+Green+Blue) = 112+142+50=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #708E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E32 is #8F71CD. Grayscale: #7A7A7A. Windows color (decimal): -9400782 or 3313264. OLE color: 3313264.

HSL color Cylindrical-coordinate representation of color #708E32: hue angle of 79.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #708E32 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 142 50 -
CMYK 0.21 0 0.65 0.44
HSL 79.57º 0.48% 0.38% -
HSV(B) 79.57º 0.65% 0.56% -
XYZ 16.93 23.02 6.57 -
YUV 122.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 112 142 50 0.21 0 0.65 0.44 79.57 0.48 0.38
Hex 70 8E 32 15 0 41 2C 50 30 26
Octal 160 216 62 25 0 101 54 120 60 46
Binary 1110000 10001110 110010 10101 0 1000001 101100 1010000 110000 100110

Color Harmonies of #708E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E32

Black with #708E32

Text Example


Text Example

White with #708E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708E32; }

 p { color: rgb(112,142,50); }

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

background-color css

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

 a { background-color: rgb(112,142,50); }

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

border-color css

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

 span { border-color: rgb(112,142,50); }

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