#96A06C

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

Shades of Green Smoke #96A06C

Tints of Green Smoke #96A06C

Color information

#96A06C (or 0x96A06C) is unknown color: approx Green Smoke. HEX triplet: 96, A0 and 6C. RGB value is (150,160,108). Sum of RGB (Red+Green+Blue) = 150+160+108=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #96A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A06C is #695F93. Grayscale: #979797. Windows color (decimal): -6905748 or 7118998. OLE color: 7118998.

HSL color Cylindrical-coordinate representation of color #96A06C: hue angle of 71.54º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96A06C is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB150160108-
CMYK0.0600.320.37
HSL71.54º21.49%52.55%-
HSV(B)71.54º32.5%62.75%-
XYZ27.8632.7119.03-
YUV151.08103.69127.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 108 (42.58% from 255) = 25.84%
R=35.89%
G=38.28%
B=25.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501601080.0600.320.3771.5421.4952.55
Hex96A06C602025481535
Octal2262401546040451102565
Binary100101101010000011011001100100000100101100100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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