#857600

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

Shades of Olive #857600

Tints of Olive #857600

Color information

#857600 (or 0x857600) is unknown color: approx Olive. HEX triplet: 85, 76 and 00. RGB value is (133,118,0). Sum of RGB (Red+Green+Blue) = 133+118+0=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #857600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857600 is #7A89FF. Grayscale: #6D6D6D. Windows color (decimal): -8030720 or 30341. OLE color: 30341.

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

Color convert

RGB1331180-
CMYK00.1110.48
HSL53.23º100%26.08%-
HSV(B)53.23º100%52.16%-
XYZ16.1517.942.61-
YUV109.0366.47145.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.99%
G=47.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133118000.1110.4853.2310026.08
Hex857600B643035641a
Octal2051660013144606514432
Binary1000010111101100010111100100110000110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857600; }

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

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

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

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

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

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

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

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