#706D15

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

Shades of Olivetone #706D15

Tints of Olivetone #706D15

Color information

#706D15 (or 0x706D15) is unknown color: approx Olivetone. HEX triplet: 70, 6D and 15. RGB value is (112,109,21). Sum of RGB (Red+Green+Blue) = 112+109+21=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #706D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D15 is #8F92EA. Grayscale: #646464. Windows color (decimal): -9409259 or 1404272. OLE color: 1404272.

HSL color Cylindrical-coordinate representation of color #706D15: hue angle of 58.02º 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 #706D15 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB11210921-
CMYK00.030.810.56
HSL58.02º68.42%26.08%-
HSV(B)58.02º81.25%43.92%-
XYZ12.2914.442.85-
YUV99.8683.49136.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=46.28%
G=45.04%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121092100.030.810.5658.0268.4226.08
Hex706D150351383a441a
Octal1601552503121707210432
Binary11100001101101101010111010001111000111010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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