#9F9982

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

Shades of Grey Olive #9F9982

Tints of Grey Olive #9F9982

Color information

#9F9982 (or 0x9F9982) is unknown color: approx Grey Olive. HEX triplet: 9F, 99 and 82. RGB value is (159,153,130). Sum of RGB (Red+Green+Blue) = 159+153+130=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9982 is #60667D. Grayscale: #989898. Windows color (decimal): -6317694 or 8559007. OLE color: 8559007.

HSL color Cylindrical-coordinate representation of color #9F9982: hue angle of 47.59º 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 #9F9982 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB159153130-
CMYK00.040.180.38
HSL47.59º13.12%56.67%-
HSV(B)47.59º18.24%62.35%-
XYZ29.7231.7725.68-
YUV152.17115.49132.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.97%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=35.97%
G=34.62%
B=29.41%

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
Decimal15915313000.040.180.3847.5913.1256.67
Hex9F998204122630d39
Octal237231202042246601571
Binary1001111110011001100000100100100101001101100001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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