#706512

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

Shades of Olivetone #706512

Tints of Olivetone #706512

Color information

#706512 (or 0x706512) is unknown color: approx Olivetone. HEX triplet: 70, 65 and 12. RGB value is (112,101,18). Sum of RGB (Red+Green+Blue) = 112+101+18=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706512 is #8F9AED. Grayscale: #5F5F5F. Windows color (decimal): -9411310 or 1205616. OLE color: 1205616.

HSL color Cylindrical-coordinate representation of color #706512: hue angle of 52.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #706512 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB11210118-
CMYK00.100.840.56
HSL52.98º72.31%25.49%-
HSV(B)52.98º83.93%43.92%-
XYZ11.4412.82.44-
YUV94.8384.64140.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=48.48%
G=43.72%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121011800.100.840.5652.9872.3125.49
Hex7065120A5438354819
Octal16014522012124706511031
Binary1110000110010110010010101010100111000110101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706512; }

 p { color: rgb(112,101,18); }

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

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

 a { background-color: rgb(112,101,18); }

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

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

 span { border-color: rgb(112,101,18); }

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