#9F9B83

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

Shades of Grey Olive #9F9B83

Tints of Grey Olive #9F9B83

Color information

#9F9B83 (or 0x9F9B83) is unknown color: approx Grey Olive. HEX triplet: 9F, 9B and 83. RGB value is (159,155,131). Sum of RGB (Red+Green+Blue) = 159+155+131=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9B83 is #60647C. Grayscale: #999999. Windows color (decimal): -6317181 or 8625055. OLE color: 8625055.

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

Color convert

RGB159155131-
CMYK00.030.180.38
HSL51.43º12.73%56.86%-
HSV(B)51.43º17.61%62.35%-
XYZ30.1232.4526.15-
YUV153.46115.33131.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=35.73%
G=34.83%
B=29.44%

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
Decimal15915513100.030.180.3851.4312.7356.86
Hex9F9B8303122633d39
Octal237233203032246631571
Binary100111111001101110000011011100101001101100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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