Shades of Green Smoke #9BA75A
Tints of Green Smoke #9BA75A
RGB
CMYK
RGB Variations
Color information
#9BA75A (or 0x9BA75A) is known color: Green Smoke. HEX triplet: 9B, A7 and 5A. RGB value is (155,167,90). Sum of RGB (Red+Green+Blue) = 155+167+90=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA75A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA75A is #6458A5. Grayscale: #9A9A9A. Windows color (decimal): -6576294 or 5941147. OLE color: 5941147.
HSL color Cylindrical-coordinate representation of color #9BA75A: hue angle of 69.35º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BA75A is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 90 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.35 |
| HSL | 69.35º | 0.3% | 0.5% | - |
| HSV(B) | 69.35º | 0.46% | 0.65% | - |
| XYZ | 29.18 | 35.34 | 14.96 | - |
| YUV | 154.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 90 | 0.07 | 0 | 0.46 | 0.35 | 69.35 | 0.3 | 0.5 |
| Hex | 9B | A7 | 5A | 7 | 0 | 2E | 23 | 45 | 1E | 32 |
| Octal | 233 | 247 | 132 | 7 | 0 | 56 | 43 | 105 | 36 | 62 |
| Binary | 10011011 | 10100111 | 1011010 | 111 | 0 | 101110 | 100011 | 1000101 | 11110 | 110010 |
Color Harmonies of #9BA75A
Complementary color
Monochromatic Colors of #9BA75A
Black with #9BA75A
Text Example
Text Example
White with #9BA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA75A; }
p { color: rgb(155,167,90); }
H1.HeaderClassName
{
color: #9BA75A;
}
.AnyTagClassName
{
color: #9BA75A;
}
</style>
background-color css
<style>
a { background-color: #9BA75A; }
a { background-color: rgb(155,167,90); }
div.DivClassName
{
background-color: #9BA75A;
}
.BgClassName
{
background-color: #9BA75A;
}
</style>
border-color css
<style>
span { border-color: #9BA75A; }
span { border-color: rgb(155,167,90); }
td.TdClassName
{
border-color: #9BA75A;
}
.TagClassName
{
border-color: #9BA75A;
}
</style>