Shades of Green Smoke #95A448
Tints of Green Smoke #95A448
RGB
CMYK
RGB Variations
Color information
#95A448 (or 0x95A448) is known color: Green Smoke. HEX triplet: 95, A4 and 48. RGB value is (149,164,72). Sum of RGB (Red+Green+Blue) = 149+164+72=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #95A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A448 is #6A5BB7. Grayscale: #959595. Windows color (decimal): -6970296 or 4760725. OLE color: 4760725.
HSL color Cylindrical-coordinate representation of color #95A448: hue angle of 69.78º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95A448 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 164 | 72 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.36 |
| HSL | 69.78º | 0.39% | 0.46% | - |
| HSV(B) | 69.78º | 0.56% | 0.64% | - |
| XYZ | 26.84 | 33.41 | 11.16 | - |
| YUV | 149.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 72 | 0.09 | 0 | 0.56 | 0.36 | 69.78 | 0.39 | 0.46 |
| Hex | 95 | A4 | 48 | 9 | 0 | 38 | 24 | 46 | 27 | 2E |
| Octal | 225 | 244 | 110 | 11 | 0 | 70 | 44 | 106 | 47 | 56 |
| Binary | 10010101 | 10100100 | 1001000 | 1001 | 0 | 111000 | 100100 | 1000110 | 100111 | 101110 |
Color Harmonies of #95A448
Complementary color
Monochromatic Colors of #95A448
Black with #95A448
Text Example
Text Example
White with #95A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A448; }
p { color: rgb(149,164,72); }
H1.HeaderClassName
{
color: #95A448;
}
.AnyTagClassName
{
color: #95A448;
}
</style>
background-color css
<style>
a { background-color: #95A448; }
a { background-color: rgb(149,164,72); }
div.DivClassName
{
background-color: #95A448;
}
.BgClassName
{
background-color: #95A448;
}
</style>
border-color css
<style>
span { border-color: #95A448; }
span { border-color: rgb(149,164,72); }
td.TdClassName
{
border-color: #95A448;
}
.TagClassName
{
border-color: #95A448;
}
</style>