#96AC62

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

Shades of Green Smoke #96AC62

Tints of Green Smoke #96AC62

Color information

#96AC62 (or 0x96AC62) is unknown color: approx Green Smoke. HEX triplet: 96, AC and 62. RGB value is (150,172,98). Sum of RGB (Red+Green+Blue) = 150+172+98=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC62 is #69539D. Grayscale: #9D9D9D. Windows color (decimal): -6902686 or 6466710. OLE color: 6466710.

HSL color Cylindrical-coordinate representation of color #96AC62: hue angle of 77.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96AC62 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB15017298-
CMYK0.1300.430.33
HSL77.84º30.83%52.94%-
HSV(B)77.84º43.02%67.45%-
XYZ29.5336.8717.12-
YUV156.9994.71123.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=35.71%
G=40.95%
B=23.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150172980.1300.430.3377.8430.8352.94
Hex96AC62D02B214e1f35
Octal22625414215053411163765
Binary1001011010101100110001011010101011100001100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,172,98); }

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

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

 a { background-color: rgb(150,172,98); }

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

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

 span { border-color: rgb(150,172,98); }

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