#9B9F5E

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

Shades of Green Smoke #9B9F5E

Tints of Green Smoke #9B9F5E

Color information

#9B9F5E (or 0x9B9F5E) is unknown color: approx Green Smoke. HEX triplet: 9B, 9F and 5E. RGB value is (155,159,94). Sum of RGB (Red+Green+Blue) = 155+159+94=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F5E is #6460A1. Grayscale: #969696. Windows color (decimal): -6578338 or 6201243. OLE color: 6201243.

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

Color convert

RGB15515994-
CMYK0.0300.410.38
HSL63.69º25.69%49.61%-
HSV(B)63.69º40.88%62.35%-
XYZ27.9432.5715.4-
YUV150.3996.17131.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=37.99%
G=38.97%
B=23.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155159940.0300.410.3863.6925.6949.61
Hex9B9F5E302926401a32
Octal2332371363051461003262
Binary10011011100111111011110110101001100110100000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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