#95A656

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

Shades of Green Smoke #95A656

Tints of Green Smoke #95A656

Color information

#95A656 (or 0x95A656) is unknown color: approx Green Smoke. HEX triplet: 95, A6 and 56. RGB value is (149,166,86). Sum of RGB (Red+Green+Blue) = 149+166+86=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #95A656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A656 is #6A59A9. Grayscale: #989898. Windows color (decimal): -6969770 or 5678741. OLE color: 5678741.

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

Color convert

RGB14916686-
CMYK0.1000.480.35
HSL72.75º31.75%49.41%-
HSV(B)72.75º48.19%65.1%-
XYZ27.7134.3313.97-
YUV151.890.87126-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=37.16%
G=41.40%
B=21.45%

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
Decimal149166860.1000.480.3572.7531.7549.41
Hex95A656A03023492031
Octal22524612612060431114061
Binary10010101101001101010110101001100001000111001001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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