#858511

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

Shades of Olive #858511

Tints of Olive #858511

Color information

#858511 (or 0x858511) is unknown color: approx Olive. HEX triplet: 85, 85 and 11. RGB value is (133,133,17). Sum of RGB (Red+Green+Blue) = 133+133+17=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858511 is #7A7AEE. Grayscale: #787878. Windows color (decimal): -8026863 or 1148293. OLE color: 1148293.

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

Color convert

RGB13313317-
CMYK000.870.48
HSL60º77.33%29.41%-
HSV(B)60º87.22%52.16%-
XYZ18.1621.83.78-
YUV119.7870137.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=47.00%
G=47.00%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313317000.870.486077.3329.41
Hex8585110057303c4d1d
Octal2052052100127607411535
Binary100001011000010110001001010111110000111100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858511; }

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

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

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

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

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

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

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

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