#9F9C83

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

Shades of Grey Olive #9F9C83

Tints of Grey Olive #9F9C83

Color information

#9F9C83 (or 0x9F9C83) is unknown color: approx Grey Olive. HEX triplet: 9F, 9C and 83. RGB value is (159,156,131). Sum of RGB (Red+Green+Blue) = 159+156+131=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9C83 is #60637C. Grayscale: #9A9A9A. Windows color (decimal): -6316925 or 8625311. OLE color: 8625311.

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

Color convert

RGB159156131-
CMYK00.020.180.38
HSL53.57º12.73%56.86%-
HSV(B)53.57º17.61%62.35%-
XYZ30.2832.7926.21-
YUV154.05114.99131.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 131 (51.56% from 255) = 29.37%
R=35.65%
G=34.98%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915613100.020.180.3853.5712.7356.86
Hex9F9C8302122636d39
Octal237234203022246661571
Binary100111111001110010000011010100101001101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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