Shades of Green Smoke #95A76B
Tints of Green Smoke #95A76B
RGB
CMYK
RGB Variations
Color information
#95A76B (or 0x95A76B) is known color: Green Smoke. HEX triplet: 95, A7 and 6B. RGB value is (149,167,107). Sum of RGB (Red+Green+Blue) = 149+167+107=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #95A76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A76B is #6A5894. Grayscale: #9B9B9B. Windows color (decimal): -6969493 or 7055253. OLE color: 7055253.
HSL color Cylindrical-coordinate representation of color #95A76B: hue angle of 78º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95A76B is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 107 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.35 |
| HSL | 78º | 0.25% | 0.54% | - |
| HSV(B) | 78º | 0.36% | 0.65% | - |
| XYZ | 28.87 | 35.09 | 19.16 | - |
| YUV | 154.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 107 | 0.11 | 0 | 0.36 | 0.35 | 78 | 0.25 | 0.54 |
| Hex | 95 | A7 | 6B | B | 0 | 24 | 23 | 4E | 19 | 36 |
| Octal | 225 | 247 | 153 | 13 | 0 | 44 | 43 | 116 | 31 | 66 |
| Binary | 10010101 | 10100111 | 1101011 | 1011 | 0 | 100100 | 100011 | 1001110 | 11001 | 110110 |
Color Harmonies of #95A76B
Complementary color
Monochromatic Colors of #95A76B
Black with #95A76B
Text Example
Text Example
White with #95A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A76B; }
p { color: rgb(149,167,107); }
H1.HeaderClassName
{
color: #95A76B;
}
.AnyTagClassName
{
color: #95A76B;
}
</style>
background-color css
<style>
a { background-color: #95A76B; }
a { background-color: rgb(149,167,107); }
div.DivClassName
{
background-color: #95A76B;
}
.BgClassName
{
background-color: #95A76B;
}
</style>
border-color css
<style>
span { border-color: #95A76B; }
span { border-color: rgb(149,167,107); }
td.TdClassName
{
border-color: #95A76B;
}
.TagClassName
{
border-color: #95A76B;
}
</style>