#706A06

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

Shades of Olive #706A06

Tints of Olive #706A06

Color information

#706A06 (or 0x706A06) is unknown color: approx Olive. HEX triplet: 70, 6A and 06. RGB value is (112,106,6). Sum of RGB (Red+Green+Blue) = 112+106+6=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #706A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A06 is #8F95F9. Grayscale: #606060. Windows color (decimal): -9410042 or 420464. OLE color: 420464.

HSL color Cylindrical-coordinate representation of color #706A06: hue angle of 56.6º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #706A06 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB1121066-
CMYK00.050.950.56
HSL56.6º89.83%23.14%-
HSV(B)56.6º94.64%43.92%-
XYZ11.8713.772.2-
YUV96.3976.99139.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=50%
G=47.32%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112106600.050.950.5656.689.8323.14
Hex706A6055F38395a17
Octal160152605137707113227
Binary1110000110101011001011011111111000111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,6); }

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

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

 a { background-color: rgb(112,106,6); }

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

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

 span { border-color: rgb(112,106,6); }

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