Html Css Color HEX #708E34 Olive Drab

📋 copy color: '#708E34'

red 112 ◦ green 142 ◦ blue 52

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

Shades of Olive Drab #708E34

Tints of Olive Drab #708E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 36.6%
G = 46.41%
B = 16.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#708E34 (or 0x708E34) is known color: Olive Drab. HEX triplet: 70, 8E and 34. RGB value is (112,142,52). Sum of RGB (Red+Green+Blue) = 112+142+52=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #708E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E34 is #8F71CB. Grayscale: #7B7B7B. Windows color (decimal): -9400780 or 3444336. OLE color: 3444336.

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

Color convert

RGB 112 142 52 -
CMYK 0.21 0 0.63 0.44
HSL 80º 0.46% 0.38% -
HSV(B) 80º 0.63% 0.56% -
XYZ 16.97 23.04 6.8 -
YUV 122.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 112 142 52 0.21 0 0.63 0.44 80 0.46 0.38
Hex 70 8E 34 15 0 3F 2C 50 2E 26
Octal 160 216 64 25 0 77 54 120 56 46
Binary 1110000 10001110 110100 10101 0 111111 101100 1010000 101110 100110

Color Harmonies of #708E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E34

Black with #708E34

Text Example


Text Example

White with #708E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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