#95a657

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

Shades of Green Smoke #95A657

Tints of Green Smoke #95A657

Color information

#95A657 (or 0x95A657) is unknown color: approx Green Smoke. HEX triplet: 95, A6 and 57. RGB value is (149,166,87). Sum of RGB (Red+Green+Blue) = 149+166+87=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #95A657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A657 is #6A59A8. Grayscale: #989898. Windows color (decimal): -6969769 or 5744277. OLE color: 5744277.

HSL color Cylindrical-coordinate representation of color #95A657: hue angle of 72.91º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95A657 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB14916687-
CMYK0.1000.480.35
HSL72.91º31.23%49.61%-
HSV(B)72.91º47.59%65.1%-
XYZ27.7534.3514.18-
YUV151.9191.37125.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 87 (34.38% from 255) = 21.64%
R=37.06%
G=41.29%
B=21.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149166870.1000.480.3572.9131.2349.61
Hex95A657A03023491f32
Octal22524612712060431113762
Binary1001010110100110101011110100110000100011100100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95a657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95a657; }

 p { color: rgb(149,166,87); }

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

<style>
 a { background-color: #95a657; }

 a { background-color: rgb(149,166,87); }

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

<style>
 span { border-color: #95a657; }

 span { border-color: rgb(149,166,87); }

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