#857609

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

Shades of Olive #857609

Tints of Olive #857609

Color information

#857609 (or 0x857609) is unknown color: approx Olive. HEX triplet: 85, 76 and 09. RGB value is (133,118,9). Sum of RGB (Red+Green+Blue) = 133+118+9=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #857609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857609 is #7A89F6. Grayscale: #6E6E6E. Windows color (decimal): -8030711 or 620165. OLE color: 620165.

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

Color convert

RGB1331189-
CMYK00.110.930.48
HSL52.74º87.32%27.84%-
HSV(B)52.74º93.23%52.16%-
XYZ16.217.962.87-
YUV110.0670.97144.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 9 (3.91% from 255) = 3.46%
R=51.15%
G=45.38%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133118900.110.930.4852.7487.3227.84
Hex857690B5D3035571c
Octal20516611013135606512734
Binary1000010111101101001010111011101110000110101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857609; }

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

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

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

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

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

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

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

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