#999F61

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

Shades of Green Smoke #999F61

Tints of Green Smoke #999F61

Color information

#999F61 (or 0x999F61) is unknown color: approx Green Smoke. HEX triplet: 99, 9F and 61. RGB value is (153,159,97). Sum of RGB (Red+Green+Blue) = 153+159+97=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #999F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F61 is #66609E. Grayscale: #969696. Windows color (decimal): -6709407 or 6397849. OLE color: 6397849.

HSL color Cylindrical-coordinate representation of color #999F61: hue angle of 65.81º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #999F61 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15315997-
CMYK0.0400.390.38
HSL65.81º24.41%50.2%-
HSV(B)65.81º38.99%62.35%-
XYZ27.6932.4316.11-
YUV150.1498.01130.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=37.41%
G=38.88%
B=23.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153159970.0400.390.3865.8124.4150.2
Hex999F61402726421832
Octal2312371414047461023062
Binary100110011001111111000011000100111100110100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999F61; }

 p { color: rgb(153,159,97); }

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

<style>
 a { background-color: #999F61; }

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

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

<style>
 span { border-color: #999F61; }

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

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