#706F18

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

Shades of Olivetone #706F18

Tints of Olivetone #706F18

Color information

#706F18 (or 0x706F18) is unknown color: approx Olivetone. HEX triplet: 70, 6F and 18. RGB value is (112,111,24). Sum of RGB (Red+Green+Blue) = 112+111+24=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F18 is #8F90E7. Grayscale: #656565. Windows color (decimal): -9408744 or 1601392. OLE color: 1601392.

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

Color convert

RGB11211124-
CMYK00.010.790.56
HSL59.32º64.71%26.67%-
HSV(B)59.32º78.57%43.92%-
XYZ12.5314.883.08-
YUV101.3884.33135.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 111 (43.75% from 255) = 44.94%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=45.34%
G=44.94%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121112400.010.790.5659.3264.7126.67
Hex706F18014F383b411b
Octal1601573001117707310133
Binary1110000110111111000011001111111000111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,111,24); }

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

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

 a { background-color: rgb(112,111,24); }

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

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

 span { border-color: rgb(112,111,24); }

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