Html Css Color HEX #708B08 Olive

📋 copy color: '#708B08'

red 112 ◦ green 139 ◦ blue 8

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

Shades of Olive #708B08

Tints of Olive #708B08

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.67%

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

R = 43.24%
G = 53.67%
B = 3.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#708B08 (or 0x708B08) is known color: Olive. HEX triplet: 70, 8B and 08. RGB value is (112,139,8). Sum of RGB (Red+Green+Blue) = 112+139+8=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #708B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708B08 is #8F74F7. Grayscale: #747474. Windows color (decimal): -9401592 or 559984. OLE color: 559984.

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

Color convert

RGB 112 139 8 -
CMYK 0.19 0 0.94 0.45
HSL 72.37º 0.89% 0.29% -
HSV(B) 72.37º 0.94% 0.55% -
XYZ 15.96 21.93 3.62 -
YUV 115.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 112 139 8 0.19 0 0.94 0.45 72.37 0.89 0.29
Hex 70 8B 8 13 0 5E 2D 48 59 1D
Octal 160 213 10 23 0 136 55 110 131 35
Binary 1110000 10001011 1000 10011 0 1011110 101101 1001000 1011001 11101

Color Harmonies of #708B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B08

Black with #708B08

Text Example


Text Example

White with #708B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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