#9F9F5C

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

Shades of Green Smoke #9F9F5C

Tints of Green Smoke #9F9F5C

Color information

#9F9F5C (or 0x9F9F5C) is unknown color: approx Green Smoke. HEX triplet: 9F, 9F and 5C. RGB value is (159,159,92). Sum of RGB (Red+Green+Blue) = 159+159+92=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 159 - color contains mainly: red, green. Hex color #9F9F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9F5C is #6060A3. Grayscale: #979797. Windows color (decimal): -6316196 or 6070175. OLE color: 6070175.

HSL color Cylindrical-coordinate representation of color #9F9F5C: hue angle of 60º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F9F5C is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15915992-
CMYK000.420.38
HSL60º26.69%49.22%-
HSV(B)60º42.14%62.35%-
XYZ28.6332.9414.97-
YUV151.3694.5133.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=38.78%
G=38.78%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915992000.420.386026.6949.22
Hex9F9F5C002A263c1b31
Octal237237134005246743361
Binary100111111001111110111000010101010011011110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,159,92); }

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

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

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

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

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

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

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