#96A845

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

Shades of Green Smoke #96A845

Tints of Green Smoke #96A845

Color information

#96A845 (or 0x96A845) is unknown color: approx Green Smoke. HEX triplet: 96, A8 and 45. RGB value is (150,168,69). Sum of RGB (Red+Green+Blue) = 150+168+69=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #96A845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A845 is #6957BA. Grayscale: #979797. Windows color (decimal): -6903739 or 4565142. OLE color: 4565142.

HSL color Cylindrical-coordinate representation of color #96A845: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96A845 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB15016869-
CMYK0.1100.590.34
HSL70.91º41.77%46.47%-
HSV(B)70.91º58.93%65.88%-
XYZ27.6534.9210.91-
YUV151.3381.54127.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=38.76%
G=43.41%
B=17.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150168690.1100.590.3470.9141.7746.47
Hex96A845B03B22472a2e
Octal22625010513073421075256
Binary10010110101010001000101101101110111000101000111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,168,69); }

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

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

 a { background-color: rgb(150,168,69); }

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

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

 span { border-color: rgb(150,168,69); }

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