#706A17

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

Shades of Olivetone #706A17

Tints of Olivetone #706A17

Color information

#706A17 (or 0x706A17) is unknown color: approx Olivetone. HEX triplet: 70, 6A and 17. RGB value is (112,106,23). Sum of RGB (Red+Green+Blue) = 112+106+23=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A17 is #8F95E8. Grayscale: #626262. Windows color (decimal): -9410025 or 1534576. OLE color: 1534576.

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

Color convert

RGB11210623-
CMYK00.050.790.56
HSL55.96º65.93%26.47%-
HSV(B)55.96º79.46%43.92%-
XYZ11.9913.812.85-
YUV98.3385.49137.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 23 (9.38% from 255) = 9.54%
R=46.47%
G=43.98%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121062300.050.790.5655.9665.9326.47
Hex706A17054F3838421a
Octal1601522705117707010232
Binary111000011010101011101011001111111000111000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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