Html Css Color HEX #706E08 Olive

📋 copy color: '#706E08'

red 112 ◦ green 110 ◦ blue 8

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

Shades of Olive #706E08

Tints of Olive #706E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.83%

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

R = 48.7%
G = 47.83%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#706E08 (or 0x706E08) is known color: Olive. HEX triplet: 70, 6E and 08. RGB value is (112,110,8). Sum of RGB (Red+Green+Blue) = 112+110+8=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #706E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E08 is #8F91F7. Grayscale: #636363. Windows color (decimal): -9409016 or 552560. OLE color: 552560.

HSL color Cylindrical-coordinate representation of color #706E08: hue angle of 58.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #706E08 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 8 -
CMYK 0 0.02 0.93 0.56
HSL 58.85º 0.87% 0.24% -
HSV(B) 58.85º 0.93% 0.44% -
XYZ 12.3 14.61 2.4 -
YUV 98.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 112 110 8 0 0.02 0.93 0.56 58.85 0.87 0.24
Hex 70 6E 8 0 2 5D 38 3B 57 18
Octal 160 156 10 0 2 135 70 73 127 30
Binary 1110000 1101110 1000 0 10 1011101 111000 111011 1010111 11000

Color Harmonies of #706E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E08

Black with #706E08

Text Example


Text Example

White with #706E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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