#9CAA69

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

Shades of Green Smoke #9CAA69

Tints of Green Smoke #9CAA69

Color information

#9CAA69 (or 0x9CAA69) is unknown color: approx Green Smoke. HEX triplet: 9C, AA and 69. RGB value is (156,170,105). Sum of RGB (Red+Green+Blue) = 156+170+105=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA69 is #635596. Grayscale: #9E9E9E. Windows color (decimal): -6509975 or 6924956. OLE color: 6924956.

HSL color Cylindrical-coordinate representation of color #9CAA69: hue angle of 72.92º 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 #9CAA69 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB156170105-
CMYK0.0800.380.33
HSL72.92º27.66%53.92%-
HSV(B)72.92º38.24%66.67%-
XYZ30.6336.8418.86-
YUV158.497.86126.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.19%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=36.19%
G=39.44%
B=24.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561701050.0800.380.3372.9227.6653.92
Hex9CAA69802621491c36
Octal23425215110046411113466
Binary1001110010101010110100110000100110100001100100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,105); }

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

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

 a { background-color: rgb(156,170,105); }

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

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

 span { border-color: rgb(156,170,105); }

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