#9FA670

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

Shades of Green Smoke #9FA670

Tints of Green Smoke #9FA670

Color information

#9FA670 (or 0x9FA670) is unknown color: approx Green Smoke. HEX triplet: 9F, A6 and 70. RGB value is (159,166,112). Sum of RGB (Red+Green+Blue) = 159+166+112=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA670 is #60598F. Grayscale: #9D9D9D. Windows color (decimal): -6314384 or 7382687. OLE color: 7382687.

HSL color Cylindrical-coordinate representation of color #9FA670: hue angle of 67.78º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA670 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB159166112-
CMYK0.0400.330.35
HSL67.78º23.28%54.51%-
HSV(B)67.78º32.53%65.1%-
XYZ30.8635.8120.62-
YUV157.75102.18128.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=36.38%
G=37.99%
B=25.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591661120.0400.330.3567.7823.2854.51
Hex9FA670402123441737
Octal2372461604041431042767
Binary100111111010011011100001000100001100011100010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,112); }

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

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

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

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

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

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

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