#9FAB6A

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

Shades of Green Smoke #9FAB6A

Tints of Green Smoke #9FAB6A

Color information

#9FAB6A (or 0x9FAB6A) is unknown color: approx Green Smoke. HEX triplet: 9F, AB and 6A. RGB value is (159,171,106). Sum of RGB (Red+Green+Blue) = 159+171+106=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB6A is #605495. Grayscale: #A0A0A0. Windows color (decimal): -6313110 or 6990751. OLE color: 6990751.

HSL color Cylindrical-coordinate representation of color #9FAB6A: hue angle of 71.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FAB6A is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB159171106-
CMYK0.0700.380.33
HSL71.08º27.9%54.31%-
HSV(B)71.08º38.01%67.06%-
XYZ31.4637.5419.22-
YUV16097.52127.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.47%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=36.47%
G=39.22%
B=24.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591711060.0700.380.3371.0827.954.31
Hex9FAB6A702621471c36
Octal2372531527046411073466
Binary100111111010101111010101110100110100001100011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,171,106); }

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

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

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

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

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

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

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