#706817

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

Shades of Olivetone #706817

Tints of Olivetone #706817

Color information

#706817 (or 0x706817) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 17. RGB value is (112,104,23). Sum of RGB (Red+Green+Blue) = 112+104+23=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #706817 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706817 is #8F97E8. Grayscale: #616161. Windows color (decimal): -9410537 or 1534064. OLE color: 1534064.

HSL color Cylindrical-coordinate representation of color #706817: hue angle of 54.61º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #706817 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB11210423-
CMYK00.070.790.56
HSL54.61º65.93%26.47%-
HSV(B)54.61º79.46%43.92%-
XYZ11.7913.412.78-
YUV97.1686.15138.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 23 (9.38% from 255) = 9.62%
R=46.86%
G=43.51%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121042300.070.790.5654.6165.9326.47
Hex706817074F3837421a
Octal1601502707117706710232
Binary111000011010001011101111001111111000110111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706817; }

 p { color: rgb(112,104,23); }

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

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

 a { background-color: rgb(112,104,23); }

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

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

 span { border-color: rgb(112,104,23); }

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