#9F9B84

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

Shades of Grey Olive #9F9B84

Tints of Grey Olive #9F9B84

Color information

#9F9B84 (or 0x9F9B84) is unknown color: approx Grey Olive. HEX triplet: 9F, 9B and 84. RGB value is (159,155,132). Sum of RGB (Red+Green+Blue) = 159+155+132=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9B84 is #60647B. Grayscale: #999999. Windows color (decimal): -6317180 or 8690591. OLE color: 8690591.

HSL color Cylindrical-coordinate representation of color #9F9B84: hue angle of 51.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F9B84 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB159155132-
CMYK00.030.170.38
HSL51.11º12.33%57.06%-
HSV(B)51.11º16.98%62.35%-
XYZ30.1832.4826.51-
YUV153.57115.83131.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 155 (60.94% from 255) = 34.75%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=35.65%
G=34.75%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915513200.030.170.3851.1112.3357.06
Hex9F9B8403112633c39
Octal237233204032146631471
Binary100111111001101110000100011100011001101100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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