Shades of Green Smoke #95A965
Tints of Green Smoke #95A965
RGB
CMYK
RGB Variations
Color information
#95A965 (or 0x95A965) is known color: Green Smoke. HEX triplet: 95, A9 and 65. RGB value is (149,169,101). Sum of RGB (Red+Green+Blue) = 149+169+101=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #95A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A965 is #6A569A. Grayscale: #9B9B9B. Windows color (decimal): -6968987 or 6662549. OLE color: 6662549.
HSL color Cylindrical-coordinate representation of color #95A965: hue angle of 77.65º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95A965 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 169 | 101 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.34 |
| HSL | 77.65º | 0.28% | 0.53% | - |
| HSV(B) | 77.65º | 0.4% | 0.66% | - |
| XYZ | 28.93 | 35.71 | 17.68 | - |
| YUV | 155.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 101 | 0.12 | 0 | 0.40 | 0.34 | 77.65 | 0.28 | 0.53 |
| Hex | 95 | A9 | 65 | C | 0 | 28 | 22 | 4E | 1C | 35 |
| Octal | 225 | 251 | 145 | 14 | 0 | 50 | 42 | 116 | 34 | 65 |
| Binary | 10010101 | 10101001 | 1100101 | 1100 | 0 | 101000 | 100010 | 1001110 | 11100 | 110101 |
Color Harmonies of #95A965
Complementary color
Monochromatic Colors of #95A965
Black with #95A965
Text Example
Text Example
White with #95A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A965; }
p { color: rgb(149,169,101); }
H1.HeaderClassName
{
color: #95A965;
}
.AnyTagClassName
{
color: #95A965;
}
</style>
background-color css
<style>
a { background-color: #95A965; }
a { background-color: rgb(149,169,101); }
div.DivClassName
{
background-color: #95A965;
}
.BgClassName
{
background-color: #95A965;
}
</style>
border-color css
<style>
span { border-color: #95A965; }
span { border-color: rgb(149,169,101); }
td.TdClassName
{
border-color: #95A965;
}
.TagClassName
{
border-color: #95A965;
}
</style>