#999584

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

Shades of Grey Olive #999584

Tints of Grey Olive #999584

Color information

#999584 (or 0x999584) is unknown color: approx Grey Olive. HEX triplet: 99, 95 and 84. RGB value is (153,149,132). Sum of RGB (Red+Green+Blue) = 153+149+132=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999584 is #666A7B. Grayscale: #949494. Windows color (decimal): -6711932 or 8689049. OLE color: 8689049.

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

Color convert

RGB153149132-
CMYK00.030.140.4
HSL48.57º9.33%55.88%-
HSV(B)48.57º13.73%60%-
XYZ28.0529.9326.13-
YUV148.26118.83131.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=35.25%
G=34.33%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314913200.030.140.448.579.3355.88
Hex99958403E2831938
Octal231225204031650611170
Binary10011001100101011000010001111101010001100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999584; }

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

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

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

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

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

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

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

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