#857C11

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

Shades of Olive #857C11

Tints of Olive #857C11

Color information

#857C11 (or 0x857C11) is unknown color: approx Olive. HEX triplet: 85, 7C and 11. RGB value is (133,124,17). Sum of RGB (Red+Green+Blue) = 133+124+17=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #857C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C11 is #7A83EE. Grayscale: #727272. Windows color (decimal): -8029167 or 1145989. OLE color: 1145989.

HSL color Cylindrical-coordinate representation of color #857C11: hue angle of 55.34º 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 #857C11 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB13312417-
CMYK00.070.870.48
HSL55.34º77.33%29.41%-
HSV(B)55.34º87.22%52.16%-
XYZ16.9819.443.39-
YUV114.4972.98141.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 124 (48.83% from 255) = 45.26%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=48.54%
G=45.26%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331241700.070.870.4855.3477.3329.41
Hex857C11075730374d1d
Octal2051742107127606711535
Binary1000010111111001000101111010111110000110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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