#9CA060

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

Shades of Green Smoke #9CA060

Tints of Green Smoke #9CA060

Color information

#9CA060 (or 0x9CA060) is unknown color: approx Green Smoke. HEX triplet: 9C, A0 and 60. RGB value is (156,160,96). Sum of RGB (Red+Green+Blue) = 156+160+96=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA060 is #635F9F. Grayscale: #979797. Windows color (decimal): -6512544 or 6332572. OLE color: 6332572.

HSL color Cylindrical-coordinate representation of color #9CA060: hue angle of 63.75º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CA060 is Cyan = 0.02, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB15616096-
CMYK0.0200.40.37
HSL63.75º25.2%50.2%-
HSV(B)63.75º40%62.75%-
XYZ28.3933.0515.95-
YUV151.5196.67131.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=37.86%
G=38.83%
B=23.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal156160960.0200.40.3763.7525.250.2
Hex9CA060202825401932
Octal2342401402050451003162
Binary10011100101000001100000100101000100101100000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,96); }

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

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

 a { background-color: rgb(156,160,96); }

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

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

 span { border-color: rgb(156,160,96); }

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