#706A07

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

Shades of Olive #706A07

Tints of Olive #706A07

Color information

#706A07 (or 0x706A07) is unknown color: approx Olive. HEX triplet: 70, 6A and 07. RGB value is (112,106,7). Sum of RGB (Red+Green+Blue) = 112+106+7=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A07 is #8F95F8. Grayscale: #606060. Windows color (decimal): -9410041 or 486000. OLE color: 486000.

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

Color convert

RGB1121067-
CMYK00.050.940.56
HSL56.57º88.24%23.33%-
HSV(B)56.57º93.75%43.92%-
XYZ11.8713.772.23-
YUV96.5177.49139.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 7 (3.12% from 255) = 3.11%
R=49.78%
G=47.11%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112106700.050.940.5656.5788.2423.33
Hex706A7055E38395817
Octal160152705136707113027
Binary1110000110101011101011011110111000111001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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