#9F9B7F

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

Shades of Grey Olive #9F9B7F

Tints of Grey Olive #9F9B7F

Color information

#9F9B7F (or 0x9F9B7F) is unknown color: approx Grey Olive. HEX triplet: 9F, 9B and 7F. RGB value is (159,155,127). Sum of RGB (Red+Green+Blue) = 159+155+127=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9B7F is #606480. Grayscale: #999999. Windows color (decimal): -6317185 or 8362911. OLE color: 8362911.

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

Color convert

RGB159155127-
CMYK00.030.200.38
HSL52.5º14.29%56.08%-
HSV(B)52.5º20.13%62.35%-
XYZ29.8532.3524.75-
YUV153113.33132.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 127 (50% from 255) = 28.80%
R=36.05%
G=35.15%
B=28.80%

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
Decimal15915512700.030.200.3852.514.2956.08
Hex9F9B7F03142634e38
Octal237233177032446641670
Binary10011111100110111111111011101001001101101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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