#9F9A7F

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

Shades of Grey Olive #9F9A7F

Tints of Grey Olive #9F9A7F

Color information

#9F9A7F (or 0x9F9A7F) is unknown color: approx Grey Olive. HEX triplet: 9F, 9A and 7F. RGB value is (159,154,127). Sum of RGB (Red+Green+Blue) = 159+154+127=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A7F is #606580. Grayscale: #989898. Windows color (decimal): -6317441 or 8362655. OLE color: 8362655.

HSL color Cylindrical-coordinate representation of color #9F9A7F: hue angle of 50.63º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F9A7F is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB159154127-
CMYK00.030.200.38
HSL50.63º14.29%56.08%-
HSV(B)50.63º20.13%62.35%-
XYZ29.6832.0124.69-
YUV152.42113.66132.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.14%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 127 (50% from 255) = 28.86%
R=36.14%
G=35%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915412700.030.200.3850.6314.2956.08
Hex9F9A7F03142633e38
Octal237232177032446631670
Binary10011111100110101111111011101001001101100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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