#9F9E55

Color #9F9E55 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9F9E55

Tints of Green Smoke #9F9E55

Color information

#9F9E55 (or 0x9F9E55) is unknown color: approx Green Smoke. HEX triplet: 9F, 9E and 55. RGB value is (159,158,85). Sum of RGB (Red+Green+Blue) = 159+158+85=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9E55 is #6061AA. Grayscale: #969696. Windows color (decimal): -6316459 or 5611167. OLE color: 5611167.

HSL color Cylindrical-coordinate representation of color #9F9E55: hue angle of 59.19º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F9E55 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB15915885-
CMYK00.010.470.38
HSL59.19º30.33%47.84%-
HSV(B)59.19º46.54%62.35%-
XYZ28.1632.4813.38-
YUV149.9891.33134.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.55%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=39.55%
G=39.30%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591588500.010.470.3859.1930.3347.84
Hex9F9E55012F263b1e30
Octal237236125015746733660
Binary100111111001111010101010110111110011011101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,158,85); }

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

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

 a { background-color: rgb(159,158,85); }

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

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

 span { border-color: rgb(159,158,85); }

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