#9F9A82

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

Shades of Grey Olive #9F9A82

Tints of Grey Olive #9F9A82

Color information

#9F9A82 (or 0x9F9A82) is unknown color: approx Grey Olive. HEX triplet: 9F, 9A and 82. RGB value is (159,154,130). Sum of RGB (Red+Green+Blue) = 159+154+130=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A82 is #60657D. Grayscale: #989898. Windows color (decimal): -6317438 or 8559263. OLE color: 8559263.

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

Color convert

RGB159154130-
CMYK00.030.180.38
HSL49.66º13.12%56.67%-
HSV(B)49.66º18.24%62.35%-
XYZ29.8832.0925.74-
YUV152.76115.16132.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.89%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=35.89%
G=34.76%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915413000.030.180.3849.6613.1256.67
Hex9F9A8203122632d39
Octal237232202032246621571
Binary100111111001101010000010011100101001101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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