Shades of Green Smoke #98A069
Tints of Green Smoke #98A069
RGB
CMYK
RGB Variations
Color information
#98A069 (or 0x98A069) is known color: Green Smoke. HEX triplet: 98, A0 and 69. RGB value is (152,160,105). Sum of RGB (Red+Green+Blue) = 152+160+105=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #98A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A069 is #675F96. Grayscale: #979797. Windows color (decimal): -6774679 or 6922392. OLE color: 6922392.
HSL color Cylindrical-coordinate representation of color #98A069: hue angle of 68.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98A069 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 105 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.37 |
| HSL | 68.73º | 0.22% | 0.52% | - |
| HSV(B) | 68.73º | 0.34% | 0.63% | - |
| XYZ | 28.07 | 32.84 | 18.22 | - |
| YUV | 151.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 105 | 0.05 | 0 | 0.34 | 0.37 | 68.73 | 0.22 | 0.52 |
| Hex | 98 | A0 | 69 | 5 | 0 | 22 | 25 | 45 | 16 | 34 |
| Octal | 230 | 240 | 151 | 5 | 0 | 42 | 45 | 105 | 26 | 64 |
| Binary | 10011000 | 10100000 | 1101001 | 101 | 0 | 100010 | 100101 | 1000101 | 10110 | 110100 |
Color Harmonies of #98A069
Complementary color
Monochromatic Colors of #98A069
Black with #98A069
Text Example
Text Example
White with #98A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A069; }
p { color: rgb(152,160,105); }
H1.HeaderClassName
{
color: #98A069;
}
.AnyTagClassName
{
color: #98A069;
}
</style>
background-color css
<style>
a { background-color: #98A069; }
a { background-color: rgb(152,160,105); }
div.DivClassName
{
background-color: #98A069;
}
.BgClassName
{
background-color: #98A069;
}
</style>
border-color css
<style>
span { border-color: #98A069; }
span { border-color: rgb(152,160,105); }
td.TdClassName
{
border-color: #98A069;
}
.TagClassName
{
border-color: #98A069;
}
</style>