Shades of Green Smoke #9BA468
Tints of Green Smoke #9BA468
RGB
CMYK
RGB Variations
Color information
#9BA468 (or 0x9BA468) is known color: Green Smoke. HEX triplet: 9B, A4 and 68. RGB value is (155,164,104). Sum of RGB (Red+Green+Blue) = 155+164+104=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA468 is #645B97. Grayscale: #9A9A9A. Windows color (decimal): -6577048 or 6857883. OLE color: 6857883.
HSL color Cylindrical-coordinate representation of color #9BA468: hue angle of 69º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BA468 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 104 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.36 |
| HSL | 69º | 0.25% | 0.53% | - |
| HSV(B) | 69º | 0.37% | 0.64% | - |
| XYZ | 29.29 | 34.52 | 18.22 | - |
| YUV | 154.47 | 99.52 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 104 | 0.05 | 0 | 0.37 | 0.36 | 69 | 0.25 | 0.53 |
| Hex | 9B | A4 | 68 | 5 | 0 | 25 | 24 | 45 | 19 | 35 |
| Octal | 233 | 244 | 150 | 5 | 0 | 45 | 44 | 105 | 31 | 65 |
| Binary | 10011011 | 10100100 | 1101000 | 101 | 0 | 100101 | 100100 | 1000101 | 11001 | 110101 |
Color Harmonies of #9BA468
Complementary color
Monochromatic Colors of #9BA468
Black with #9BA468
Text Example
Text Example
White with #9BA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA468; }
p { color: rgb(155,164,104); }
H1.HeaderClassName
{
color: #9BA468;
}
.AnyTagClassName
{
color: #9BA468;
}
</style>
background-color css
<style>
a { background-color: #9BA468; }
a { background-color: rgb(155,164,104); }
div.DivClassName
{
background-color: #9BA468;
}
.BgClassName
{
background-color: #9BA468;
}
</style>
border-color css
<style>
span { border-color: #9BA468; }
span { border-color: rgb(155,164,104); }
td.TdClassName
{
border-color: #9BA468;
}
.TagClassName
{
border-color: #9BA468;
}
</style>