#9F997E

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

Shades of Grey Olive #9F997E

Tints of Grey Olive #9F997E

Color information

#9F997E (or 0x9F997E) is unknown color: approx Grey Olive. HEX triplet: 9F, 99 and 7E. RGB value is (159,153,126). Sum of RGB (Red+Green+Blue) = 159+153+126=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 159 - color contains mainly: red. Hex color #9F997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F997E is #606681. Grayscale: #979797. Windows color (decimal): -6317698 or 8296863. OLE color: 8296863.

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

Color convert

RGB159153126-
CMYK00.040.210.38
HSL49.09º14.67%55.88%-
HSV(B)49.09º20.75%62.35%-
XYZ29.4631.6624.3-
YUV151.72113.49133.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=36.30%
G=34.93%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915312600.040.210.3849.0914.6755.88
Hex9F997E04152631f38
Octal237231176042546611770
Binary100111111001100111111100100101011001101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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