Shades of Green Smoke #98A867
Tints of Green Smoke #98A867
RGB
CMYK
RGB Variations
Color information
#98A867 (or 0x98A867) is known color: Green Smoke. HEX triplet: 98, A8 and 67. RGB value is (152,168,103). Sum of RGB (Red+Green+Blue) = 152+168+103=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 168 - color contains mainly: green. Hex color #98A867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A867 is #675798. Grayscale: #9C9C9C. Windows color (decimal): -6772633 or 6793368. OLE color: 6793368.
HSL color Cylindrical-coordinate representation of color #98A867: hue angle of 74.77º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98A867 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 168 | 103 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.34 |
| HSL | 74.77º | 0.27% | 0.53% | - |
| HSV(B) | 74.77º | 0.39% | 0.66% | - |
| XYZ | 29.4 | 35.66 | 18.17 | - |
| YUV | 155.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 103 | 0.10 | 0 | 0.39 | 0.34 | 74.77 | 0.27 | 0.53 |
| Hex | 98 | A8 | 67 | A | 0 | 27 | 22 | 4B | 1B | 35 |
| Octal | 230 | 250 | 147 | 12 | 0 | 47 | 42 | 113 | 33 | 65 |
| Binary | 10011000 | 10101000 | 1100111 | 1010 | 0 | 100111 | 100010 | 1001011 | 11011 | 110101 |
Color Harmonies of #98A867
Complementary color
Monochromatic Colors of #98A867
Black with #98A867
Text Example
Text Example
White with #98A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A867; }
p { color: rgb(152,168,103); }
H1.HeaderClassName
{
color: #98A867;
}
.AnyTagClassName
{
color: #98A867;
}
</style>
background-color css
<style>
a { background-color: #98A867; }
a { background-color: rgb(152,168,103); }
div.DivClassName
{
background-color: #98A867;
}
.BgClassName
{
background-color: #98A867;
}
</style>
border-color css
<style>
span { border-color: #98A867; }
span { border-color: rgb(152,168,103); }
td.TdClassName
{
border-color: #98A867;
}
.TagClassName
{
border-color: #98A867;
}
</style>