#706E0A

Color #706E0A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #706E0A

Tints of Olive #706E0A

Color information

#706E0A (or 0x706E0A) is unknown color: approx Olive. HEX triplet: 70, 6E and 0A. RGB value is (112,110,10). Sum of RGB (Red+Green+Blue) = 112+110+10=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E0A is #8F91F5. Grayscale: #636363. Windows color (decimal): -9409014 or 683632. OLE color: 683632.

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

Color convert

RGB11211010-
CMYK00.020.910.56
HSL58.82º83.61%23.92%-
HSV(B)58.82º91.07%43.92%-
XYZ12.3114.622.46-
YUV99.277.66137.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=48.28%
G=47.41%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121101000.020.910.5658.8283.6123.92
Hex706EA025B383b5418
Octal1601561202133707312430
Binary1110000110111010100101011011111000111011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #706E0A;
 }
 .AnyTagClassName
 {
   color: #706E0A;
 }
</style>
background-color css

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

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

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

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

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

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