#706810

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

Shades of Olivetone #706810

Tints of Olivetone #706810

Color information

#706810 (or 0x706810) is unknown color: approx Olivetone. HEX triplet: 70, 68 and 10. RGB value is (112,104,16). Sum of RGB (Red+Green+Blue) = 112+104+16=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706810 is #8F97EF. Grayscale: #606060. Windows color (decimal): -9410544 or 1075312. OLE color: 1075312.

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

Color convert

RGB11210416-
CMYK00.070.860.56
HSL55º75%25.1%-
HSV(B)55º85.71%43.92%-
XYZ11.7313.382.46-
YUV96.3682.65139.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=48.28%
G=44.83%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121041600.070.860.56557525.1
Hex706810075638374b19
Octal1601502007126706711331
Binary111000011010001000001111010110111000110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706810; }

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

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

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

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

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

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

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

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