#857607

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

Shades of Olive #857607

Tints of Olive #857607

Color information

#857607 (or 0x857607) is unknown color: approx Olive. HEX triplet: 85, 76 and 07. RGB value is (133,118,7). Sum of RGB (Red+Green+Blue) = 133+118+7=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #857607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857607 is #7A89F8. Grayscale: #6E6E6E. Windows color (decimal): -8030713 or 489093. OLE color: 489093.

HSL color Cylindrical-coordinate representation of color #857607: hue angle of 52.86º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #857607 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1331187-
CMYK00.110.950.48
HSL52.86º90%27.45%-
HSV(B)52.86º94.74%52.16%-
XYZ16.1917.962.81-
YUV109.8369.97144.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=51.55%
G=45.74%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133118700.110.950.4852.869027.45
Hex857670B5F30355a1b
Octal2051667013137606513233
Binary100001011110110111010111011111110000110101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857607; }

 p { color: rgb(133,118,7); }

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

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

 a { background-color: rgb(133,118,7); }

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

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

 span { border-color: rgb(133,118,7); }

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