#706618

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

Shades of Olivetone #706618

Tints of Olivetone #706618

Color information

#706618 (or 0x706618) is unknown color: approx Olivetone. HEX triplet: 70, 66 and 18. RGB value is (112,102,24). Sum of RGB (Red+Green+Blue) = 112+102+24=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706618 is #8F99E7. Grayscale: #606060. Windows color (decimal): -9411048 or 1599088. OLE color: 1599088.

HSL color Cylindrical-coordinate representation of color #706618: hue angle of 53.18º 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 #706618 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB11210224-
CMYK00.090.790.56
HSL53.18º64.71%26.67%-
HSV(B)53.18º78.57%43.92%-
XYZ11.613.012.76-
YUV96.187.31139.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 10.08%
R=47.06%
G=42.86%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121022400.090.790.5653.1864.7126.67
Hex706618094F3835411b
Octal16014630011117706510133
Binary1110000110011011000010011001111111000110101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706618; }

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

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

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

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

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

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

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

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