Shades of Green Smoke #98A465
Tints of Green Smoke #98A465
RGB
CMYK
RGB Variations
Color information
#98A465 (or 0x98A465) is known color: Green Smoke. HEX triplet: 98, A4 and 65. RGB value is (152,164,101). Sum of RGB (Red+Green+Blue) = 152+164+101=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #98A465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A465 is #675B9A. Grayscale: #999999. Windows color (decimal): -6773659 or 6661272. OLE color: 6661272.
HSL color Cylindrical-coordinate representation of color #98A465: hue angle of 71.43º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98A465 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 101 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.36 |
| HSL | 71.43º | 0.26% | 0.52% | - |
| HSV(B) | 71.43º | 0.38% | 0.64% | - |
| XYZ | 28.57 | 34.17 | 17.4 | - |
| YUV | 153.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 101 | 0.07 | 0 | 0.38 | 0.36 | 71.43 | 0.26 | 0.52 |
| Hex | 98 | A4 | 65 | 7 | 0 | 26 | 24 | 47 | 1A | 34 |
| Octal | 230 | 244 | 145 | 7 | 0 | 46 | 44 | 107 | 32 | 64 |
| Binary | 10011000 | 10100100 | 1100101 | 111 | 0 | 100110 | 100100 | 1000111 | 11010 | 110100 |
Color Harmonies of #98A465
Complementary color
Monochromatic Colors of #98A465
Black with #98A465
Text Example
Text Example
White with #98A465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A465; }
p { color: rgb(152,164,101); }
H1.HeaderClassName
{
color: #98A465;
}
.AnyTagClassName
{
color: #98A465;
}
</style>
background-color css
<style>
a { background-color: #98A465; }
a { background-color: rgb(152,164,101); }
div.DivClassName
{
background-color: #98A465;
}
.BgClassName
{
background-color: #98A465;
}
</style>
border-color css
<style>
span { border-color: #98A465; }
span { border-color: rgb(152,164,101); }
td.TdClassName
{
border-color: #98A465;
}
.TagClassName
{
border-color: #98A465;
}
</style>