#999F66

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

Shades of Green Smoke #999F66

Tints of Green Smoke #999F66

Color information

#999F66 (or 0x999F66) is unknown color: approx Green Smoke. HEX triplet: 99, 9F and 66. RGB value is (153,159,102). Sum of RGB (Red+Green+Blue) = 153+159+102=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #999F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F66 is #666099. Grayscale: #969696. Windows color (decimal): -6709402 or 6725529. OLE color: 6725529.

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

Color convert

RGB153159102-
CMYK0.0400.360.38
HSL66.32º22.89%51.18%-
HSV(B)66.32º35.85%62.35%-
XYZ27.9332.5317.38-
YUV150.71100.51129.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=36.96%
G=38.41%
B=24.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531591020.0400.360.3866.3222.8951.18
Hex999F66402426421733
Octal2312371464044461022763
Binary100110011001111111001101000100100100110100001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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