#857F11

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

Shades of Olive #857F11

Tints of Olive #857F11

Color information

#857F11 (or 0x857F11) is unknown color: approx Olive. HEX triplet: 85, 7F and 11. RGB value is (133,127,17). Sum of RGB (Red+Green+Blue) = 133+127+17=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #857F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857F11 is #7A80EE. Grayscale: #747474. Windows color (decimal): -8028399 or 1146757. OLE color: 1146757.

HSL color Cylindrical-coordinate representation of color #857F11: hue angle of 56.9º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #857F11 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB13312717-
CMYK00.050.870.48
HSL56.9º77.33%29.41%-
HSV(B)56.9º87.22%52.16%-
XYZ17.3620.213.52-
YUV116.2571.99139.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 127 (50% from 255) = 45.85%
BLUE value IS 17 (7.03% from 255) = 6.14%
R=48.01%
G=45.85%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331271700.050.870.4856.977.3329.41
Hex857F11055730394d1d
Octal2051772105127607111535
Binary1000010111111111000101011010111110000111001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857F11; }

 p { color: rgb(133,127,17); }

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

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

 a { background-color: rgb(133,127,17); }

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

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

 span { border-color: rgb(133,127,17); }

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