#96A961

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

Shades of Green Smoke #96A961

Tints of Green Smoke #96A961

Color information

#96A961 (or 0x96A961) is unknown color: approx Green Smoke. HEX triplet: 96, A9 and 61. RGB value is (150,169,97). Sum of RGB (Red+Green+Blue) = 150+169+97=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #96A961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A961 is #69569E. Grayscale: #9B9B9B. Windows color (decimal): -6903455 or 6400406. OLE color: 6400406.

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

Color convert

RGB15016997-
CMYK0.1100.430.34
HSL75.83º29.51%52.16%-
HSV(B)75.83º42.6%66.27%-
XYZ28.9235.7216.68-
YUV155.1195.21124.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=36.06%
G=40.62%
B=23.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150169970.1100.430.3475.8329.5152.16
Hex96A961B02B224c1e34
Octal22625114113053421143664
Binary1001011010101001110000110110101011100010100110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,97); }

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

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

 a { background-color: rgb(150,169,97); }

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

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

 span { border-color: rgb(150,169,97); }

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