#96A65D

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

Shades of Green Smoke #96A65D

Tints of Green Smoke #96A65D

Color information

#96A65D (or 0x96A65D) is unknown color: approx Green Smoke. HEX triplet: 96, A6 and 5D. RGB value is (150,166,93). Sum of RGB (Red+Green+Blue) = 150+166+93=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #96A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A65D is #6959A2. Grayscale: #999999. Windows color (decimal): -6904227 or 6137494. OLE color: 6137494.

HSL color Cylindrical-coordinate representation of color #96A65D: hue angle of 73.15º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96A65D is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB15016693-
CMYK0.1000.440.35
HSL73.15º29.08%50.78%-
HSV(B)73.15º43.98%65.1%-
XYZ28.1934.5515.54-
YUV152.8994.2125.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=36.67%
G=40.59%
B=22.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150166930.1000.440.3573.1529.0850.78
Hex96A65DA02C23491d33
Octal22624613512054431113563
Binary1001011010100110101110110100101100100011100100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,166,93); }

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

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

 a { background-color: rgb(150,166,93); }

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

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

 span { border-color: rgb(150,166,93); }

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