#9F9882

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

Shades of Grey Olive #9F9882

Tints of Grey Olive #9F9882

Color information

#9F9882 (or 0x9F9882) is unknown color: approx Grey Olive. HEX triplet: 9F, 98 and 82. RGB value is (159,152,130). Sum of RGB (Red+Green+Blue) = 159+152+130=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9882 is #60677D. Grayscale: #979797. Windows color (decimal): -6317950 or 8558751. OLE color: 8558751.

HSL color Cylindrical-coordinate representation of color #9F9882: hue angle of 45.52º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F9882 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB159152130-
CMYK00.040.180.38
HSL45.52º13.12%56.67%-
HSV(B)45.52º18.24%62.35%-
XYZ29.5631.4425.63-
YUV151.58115.82133.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=36.05%
G=34.47%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915213000.040.180.3845.5213.1256.67
Hex9F98820412262ed39
Octal237230202042246561571
Binary1001111110011000100000100100100101001101011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9882; }

 p { color: rgb(159,152,130); }

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

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

 a { background-color: rgb(159,152,130); }

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

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

 span { border-color: rgb(159,152,130); }

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