#9F9983

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

Shades of Grey Olive #9F9983

Tints of Grey Olive #9F9983

Color information

#9F9983 (or 0x9F9983) is unknown color: approx Grey Olive. HEX triplet: 9F, 99 and 83. RGB value is (159,153,131). Sum of RGB (Red+Green+Blue) = 159+153+131=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9983 is #60667C. Grayscale: #989898. Windows color (decimal): -6317693 or 8624543. OLE color: 8624543.

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

Color convert

RGB159153131-
CMYK00.040.180.38
HSL47.14º12.73%56.86%-
HSV(B)47.14º17.61%62.35%-
XYZ29.7931.7926.04-
YUV152.29115.99132.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=35.89%
G=34.54%
B=29.57%

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
Decimal15915313100.040.180.3847.1412.7356.86
Hex9F99830412262fd39
Octal237231203042246571571
Binary1001111110011001100000110100100101001101011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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