#706C15

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

Shades of Olivetone #706C15

Tints of Olivetone #706C15

Color information

#706C15 (or 0x706C15) is unknown color: approx Olivetone. HEX triplet: 70, 6C and 15. RGB value is (112,108,21). Sum of RGB (Red+Green+Blue) = 112+108+21=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C15 is #8F93EA. Grayscale: #636363. Windows color (decimal): -9409515 or 1404016. OLE color: 1404016.

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

Color convert

RGB11210821-
CMYK00.040.810.56
HSL57.36º68.42%26.08%-
HSV(B)57.36º81.25%43.92%-
XYZ12.1814.222.81-
YUV99.2883.83137.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=46.47%
G=44.81%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121082100.040.810.5657.3668.4226.08
Hex706C1504513839441a
Octal1601542504121707110432
Binary111000011011001010101001010001111000111001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,21); }

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

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

 a { background-color: rgb(112,108,21); }

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

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

 span { border-color: rgb(112,108,21); }

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