#96A753

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

Shades of Green Smoke #96A753

Tints of Green Smoke #96A753

Color information

#96A753 (or 0x96A753) is unknown color: approx Green Smoke. HEX triplet: 96, A7 and 53. RGB value is (150,167,83). Sum of RGB (Red+Green+Blue) = 150+167+83=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 167 - color contains mainly: green. Hex color #96A753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A753 is #6958AC. Grayscale: #989898. Windows color (decimal): -6903981 or 5482390. OLE color: 5482390.

HSL color Cylindrical-coordinate representation of color #96A753: hue angle of 72.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96A753 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB15016783-
CMYK0.1000.500.35
HSL72.14º33.6%49.02%-
HSV(B)72.14º50.3%65.49%-
XYZ27.9634.7513.42-
YUV152.3488.87126.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 167 (65.62% from 255) = 41.75%
BLUE value IS 83 (32.81% from 255) = 20.75%
R=37.5%
G=41.75%
B=20.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150167830.1000.500.3572.1433.649.02
Hex96A753A03223482231
Octal22624712312062431104261
Binary10010110101001111010011101001100101000111001000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,167,83); }

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

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

 a { background-color: rgb(150,167,83); }

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

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

 span { border-color: rgb(150,167,83); }

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