Shades of Green Smoke #98B064
Tints of Green Smoke #98B064
RGB
CMYK
RGB Variations
Color information
#98B064 (or 0x98B064) is known color: Green Smoke. HEX triplet: 98, B0 and 64. RGB value is (152,176,100). Sum of RGB (Red+Green+Blue) = 152+176+100=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #98B064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B064 is #674F9B. Grayscale: #A0A0A0. Windows color (decimal): -6770588 or 6598808. OLE color: 6598808.
HSL color Cylindrical-coordinate representation of color #98B064: hue angle of 78.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98B064 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 176 | 100 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.31 |
| HSL | 78.95º | 0.32% | 0.54% | - |
| HSV(B) | 78.95º | 0.43% | 0.69% | - |
| XYZ | 30.77 | 38.65 | 17.89 | - |
| YUV | 160.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 176 | 100 | 0.14 | 0 | 0.43 | 0.31 | 78.95 | 0.32 | 0.54 |
| Hex | 98 | B0 | 64 | E | 0 | 2B | 1F | 4F | 20 | 36 |
| Octal | 230 | 260 | 144 | 16 | 0 | 53 | 37 | 117 | 40 | 66 |
| Binary | 10011000 | 10110000 | 1100100 | 1110 | 0 | 101011 | 11111 | 1001111 | 100000 | 110110 |
Color Harmonies of #98B064
Complementary color
Monochromatic Colors of #98B064
Black with #98B064
Text Example
Text Example
White with #98B064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B064; }
p { color: rgb(152,176,100); }
H1.HeaderClassName
{
color: #98B064;
}
.AnyTagClassName
{
color: #98B064;
}
</style>
background-color css
<style>
a { background-color: #98B064; }
a { background-color: rgb(152,176,100); }
div.DivClassName
{
background-color: #98B064;
}
.BgClassName
{
background-color: #98B064;
}
</style>
border-color css
<style>
span { border-color: #98B064; }
span { border-color: rgb(152,176,100); }
td.TdClassName
{
border-color: #98B064;
}
.TagClassName
{
border-color: #98B064;
}
</style>