#9CA66C

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

Shades of Green Smoke #9CA66C

Tints of Green Smoke #9CA66C

Color information

#9CA66C (or 0x9CA66C) is unknown color: approx Green Smoke. HEX triplet: 9C, A6 and 6C. RGB value is (156,166,108). Sum of RGB (Red+Green+Blue) = 156+166+108=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA66C is #635993. Grayscale: #9C9C9C. Windows color (decimal): -6510996 or 7120540. OLE color: 7120540.

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

Color convert

RGB156166108-
CMYK0.0600.350.35
HSL70.34º24.58%53.73%-
HSV(B)70.34º34.94%65.1%-
XYZ30.0535.4219.44-
YUV156.4100.69127.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=36.28%
G=38.60%
B=25.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561661080.0600.350.3570.3424.5853.73
Hex9CA66C602323461936
Octal2342461546043431063166
Binary100111001010011011011001100100011100011100011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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