#96A360

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

Shades of Green Smoke #96A360

Tints of Green Smoke #96A360

Color information

#96A360 (or 0x96A360) is unknown color: approx Green Smoke. HEX triplet: 96, A3 and 60. RGB value is (150,163,96). Sum of RGB (Red+Green+Blue) = 150+163+96=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #96A360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A360 is #695C9F. Grayscale: #979797. Windows color (decimal): -6904992 or 6333334. OLE color: 6333334.

HSL color Cylindrical-coordinate representation of color #96A360: hue angle of 71.64º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96A360 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB15016396-
CMYK0.0800.410.36
HSL71.64º26.69%50.78%-
HSV(B)71.64º41.1%63.92%-
XYZ27.7933.5216.07-
YUV151.4896.69126.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 163 (64.06% from 255) = 39.85%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=36.67%
G=39.85%
B=23.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150163960.0800.410.3671.6426.6950.78
Hex96A360802924481b33
Octal22624314010051441103363
Binary1001011010100011110000010000101001100100100100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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