#96A060

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

Shades of Green Smoke #96A060

Tints of Green Smoke #96A060

Color information

#96A060 (or 0x96A060) is unknown color: approx Green Smoke. HEX triplet: 96, A0 and 60. RGB value is (150,160,96). Sum of RGB (Red+Green+Blue) = 150+160+96=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #96A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A060 is #695F9F. Grayscale: #959595. Windows color (decimal): -6905760 or 6332566. OLE color: 6332566.

HSL color Cylindrical-coordinate representation of color #96A060: hue angle of 69.38º 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 #96A060 is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB15016096-
CMYK0.0600.40.37
HSL69.38º25.2%50.2%-
HSV(B)69.38º40%62.75%-
XYZ27.2632.4715.9-
YUV149.7197.69128.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=36.95%
G=39.41%
B=23.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150160960.0600.40.3769.3825.250.2
Hex96A060602825451932
Octal2262401406050451053162
Binary100101101010000011000001100101000100101100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A060; }

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

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

<style>
 a { background-color: #96A060; }

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

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

<style>
 span { border-color: #96A060; }

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

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