#999582

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

Shades of Grey Olive #999582

Tints of Grey Olive #999582

Color information

#999582 (or 0x999582) is unknown color: approx Grey Olive. HEX triplet: 99, 95 and 82. RGB value is (153,149,130). Sum of RGB (Red+Green+Blue) = 153+149+130=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #999582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999582 is #666A7D. Grayscale: #949494. Windows color (decimal): -6711934 or 8557977. OLE color: 8557977.

HSL color Cylindrical-coordinate representation of color #999582: hue angle of 49.57º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #999582 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153149130-
CMYK00.030.150.4
HSL49.57º10.13%55.49%-
HSV(B)49.57º15.03%60%-
XYZ27.9129.8825.42-
YUV148.03117.83131.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=35.42%
G=34.49%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314913000.030.150.449.5710.1355.49
Hex99958203F2832a37
Octal231225202031750621267
Binary10011001100101011000001001111111010001100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999582; }

 p { color: rgb(153,149,130); }

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

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

 a { background-color: rgb(153,149,130); }

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

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

 span { border-color: rgb(153,149,130); }

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