#9CA66E

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

Shades of Green Smoke #9CA66E

Tints of Green Smoke #9CA66E

Color information

#9CA66E (or 0x9CA66E) is unknown color: approx Green Smoke. HEX triplet: 9C, A6 and 6E. RGB value is (156,166,110). Sum of RGB (Red+Green+Blue) = 156+166+110=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA66E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA66E is #635991. Grayscale: #9C9C9C. Windows color (decimal): -6510994 or 7251612. OLE color: 7251612.

HSL color Cylindrical-coordinate representation of color #9CA66E: hue angle of 70.71º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CA66E is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB156166110-
CMYK0.0600.340.35
HSL70.71º23.93%54.12%-
HSV(B)70.71º33.73%65.1%-
XYZ30.1635.4720.01-
YUV156.63101.69127.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.11%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=36.11%
G=38.43%
B=25.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561661100.0600.340.3570.7123.9354.12
Hex9CA66E602223471836
Octal2342461566042431073066
Binary100111001010011011011101100100010100011100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,166,110); }

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

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

 a { background-color: rgb(156,166,110); }

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

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

 span { border-color: rgb(156,166,110); }

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