Html Css Color HEX #708E38 Olive Drab

📋 copy color: '#708E38'

red 112 ◦ green 142 ◦ blue 56

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

Shades of Olive Drab #708E38

Tints of Olive Drab #708E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 36.13%
G = 45.81%
B = 18.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#708E38 (or 0x708E38) is known color: Olive Drab. HEX triplet: 70, 8E and 38. RGB value is (112,142,56). Sum of RGB (Red+Green+Blue) = 112+142+56=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #708E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E38 is #8F71C7. Grayscale: #7B7B7B. Windows color (decimal): -9400776 or 3706480. OLE color: 3706480.

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

Color convert

RGB 112 142 56 -
CMYK 0.21 0 0.61 0.44
HSL 80.93º 0.43% 0.39% -
HSV(B) 80.93º 0.61% 0.56% -
XYZ 17.07 23.08 7.3 -
YUV 123.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 112 142 56 0.21 0 0.61 0.44 80.93 0.43 0.39
Hex 70 8E 38 15 0 3D 2C 51 2B 27
Octal 160 216 70 25 0 75 54 121 53 47
Binary 1110000 10001110 111000 10101 0 111101 101100 1010001 101011 100111

Color Harmonies of #708E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E38

Black with #708E38

Text Example


Text Example

White with #708E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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