Html Css Color HEX #708E08 Olive Drab

📋 copy color: '#708E08'

red 112 ◦ green 142 ◦ blue 8

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

Shades of Olive Drab #708E08

Tints of Olive Drab #708E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.05%

R = 42.75%
G = 54.2%
B = 3.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#708E08 (or 0x708E08) is known color: Olive Drab. HEX triplet: 70, 8E and 08. RGB value is (112,142,8). Sum of RGB (Red+Green+Blue) = 112+142+8=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #708E08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708E08 is #8F71F7. Grayscale: #767676. Windows color (decimal): -9400824 or 560752. OLE color: 560752.

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

Color convert

RGB 112 142 8 -
CMYK 0.21 0 0.94 0.44
HSL 73.43º 0.89% 0.29% -
HSV(B) 73.43º 0.94% 0.56% -
XYZ 16.4 22.81 3.77 -
YUV 117.75 66.06 123.9 -
System Red Green Blue C M Y K H S L
Decimal 112 142 8 0.21 0 0.94 0.44 73.43 0.89 0.29
Hex 70 8E 8 15 0 5E 2C 49 59 1D
Octal 160 216 10 25 0 136 54 111 131 35
Binary 1110000 10001110 1000 10101 0 1011110 101100 1001001 1011001 11101

Color Harmonies of #708E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E08

Black with #708E08

Text Example


Text Example

White with #708E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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