#857D11

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

Shades of Olive #857D11

Tints of Olive #857D11

Color information

#857D11 (or 0x857D11) is unknown color: approx Olive. HEX triplet: 85, 7D and 11. RGB value is (133,125,17). Sum of RGB (Red+Green+Blue) = 133+125+17=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #857D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857D11 is #7A82EE. Grayscale: #737373. Windows color (decimal): -8028911 or 1146245. OLE color: 1146245.

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

Color convert

RGB13312517-
CMYK00.060.870.48
HSL55.86º77.33%29.41%-
HSV(B)55.86º87.22%52.16%-
XYZ17.1119.693.43-
YUV115.0872.65140.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 17 (7.03% from 255) = 6.18%
R=48.36%
G=45.45%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331251700.060.870.4855.8677.3329.41
Hex857D11065730384d1d
Octal2051752106127607011535
Binary1000010111111011000101101010111110000111000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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