#857608

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

Shades of Olive #857608

Tints of Olive #857608

Color information

#857608 (or 0x857608) is unknown color: approx Olive. HEX triplet: 85, 76 and 08. RGB value is (133,118,8). Sum of RGB (Red+Green+Blue) = 133+118+8=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #857608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857608 is #7A89F7. Grayscale: #6E6E6E. Windows color (decimal): -8030712 or 554629. OLE color: 554629.

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

Color convert

RGB1331188-
CMYK00.110.940.48
HSL52.8º88.65%27.65%-
HSV(B)52.8º93.98%52.16%-
XYZ16.217.962.84-
YUV109.9470.47144.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 8 (3.52% from 255) = 3.09%
R=51.35%
G=45.56%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133118800.110.940.4852.888.6527.65
Hex857680B5E3035591c
Octal20516610013136606513134
Binary1000010111101101000010111011110110000110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857608; }

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

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

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

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

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

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

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

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