#95A755

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

Shades of Green Smoke #95A755

Tints of Green Smoke #95A755

Color information

#95A755 (or 0x95A755) is unknown color: approx Green Smoke. HEX triplet: 95, A7 and 55. RGB value is (149,167,85). Sum of RGB (Red+Green+Blue) = 149+167+85=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #95A755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A755 is #6A58AA. Grayscale: #989898. Windows color (decimal): -6969515 or 5613461. OLE color: 5613461.

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

Color convert

RGB14916785-
CMYK0.1100.490.35
HSL73.17º32.54%49.41%-
HSV(B)73.17º49.1%65.49%-
XYZ27.8534.6813.82-
YUV152.2790.04125.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 167 (65.62% from 255) = 41.65%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=37.16%
G=41.65%
B=21.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149167850.1100.490.3573.1732.5449.41
Hex95A755B03123492131
Octal22524712513061431114161
Binary10010101101001111010101101101100011000111001001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,167,85); }

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

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

 a { background-color: rgb(149,167,85); }

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

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

 span { border-color: rgb(149,167,85); }

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