#96A469

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

Shades of Green Smoke #96A469

Tints of Green Smoke #96A469

Color information

#96A469 (or 0x96A469) is unknown color: approx Green Smoke. HEX triplet: 96, A4 and 69. RGB value is (150,164,105). Sum of RGB (Red+Green+Blue) = 150+164+105=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #96A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A469 is #695B96. Grayscale: #999999. Windows color (decimal): -6904727 or 6923414. OLE color: 6923414.

HSL color Cylindrical-coordinate representation of color #96A469: hue angle of 74.24º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96A469 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB150164105-
CMYK0.0900.360.36
HSL74.24º24.48%52.75%-
HSV(B)74.24º35.98%64.31%-
XYZ28.434.0518.44-
YUV153.09100.86125.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=35.80%
G=39.14%
B=25.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501641050.0900.360.3674.2424.4852.75
Hex96A4699024244a1835
Octal22624415111044441123065
Binary1001011010100100110100110010100100100100100101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,105); }

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

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

 a { background-color: rgb(150,164,105); }

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

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

 span { border-color: rgb(150,164,105); }

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