Shades of Green Smoke #9FB467
Tints of Green Smoke #9FB467
RGB
CMYK
RGB Variations
Color information
#9FB467 (or 0x9FB467) is known color: Green Smoke. HEX triplet: 9F, B4 and 67. RGB value is (159,180,103). Sum of RGB (Red+Green+Blue) = 159+180+103=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB467 is #604B98. Grayscale: #A5A5A5. Windows color (decimal): -6310809 or 6796447. OLE color: 6796447.
HSL color Cylindrical-coordinate representation of color #9FB467: hue angle of 76.36º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FB467 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 103 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.29 |
| HSL | 76.36º | 0.34% | 0.55% | - |
| HSV(B) | 76.36º | 0.43% | 0.71% | - |
| XYZ | 33.07 | 40.99 | 19 | - |
| YUV | 164.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 103 | 0.12 | 0 | 0.43 | 0.29 | 76.36 | 0.34 | 0.55 |
| Hex | 9F | B4 | 67 | C | 0 | 2B | 1D | 4C | 22 | 37 |
| Octal | 237 | 264 | 147 | 14 | 0 | 53 | 35 | 114 | 42 | 67 |
| Binary | 10011111 | 10110100 | 1100111 | 1100 | 0 | 101011 | 11101 | 1001100 | 100010 | 110111 |
Color Harmonies of #9FB467
Complementary color
Monochromatic Colors of #9FB467
Black with #9FB467
Text Example
Text Example
White with #9FB467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB467; }
p { color: rgb(159,180,103); }
H1.HeaderClassName
{
color: #9FB467;
}
.AnyTagClassName
{
color: #9FB467;
}
</style>
background-color css
<style>
a { background-color: #9FB467; }
a { background-color: rgb(159,180,103); }
div.DivClassName
{
background-color: #9FB467;
}
.BgClassName
{
background-color: #9FB467;
}
</style>
border-color css
<style>
span { border-color: #9FB467; }
span { border-color: rgb(159,180,103); }
td.TdClassName
{
border-color: #9FB467;
}
.TagClassName
{
border-color: #9FB467;
}
</style>