Shades of Norway #98A78B
Tints of Norway #98A78B
RGB
CMYK
RGB Variations
Color information
#98A78B (or 0x98A78B) is known color: Norway. HEX triplet: 98, A7 and 8B. RGB value is (152,167,139). Sum of RGB (Red+Green+Blue) = 152+167+139=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 167 - color contains mainly: green. Hex color #98A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A78B is #675874. Grayscale: #9F9F9F. Windows color (decimal): -6772853 or 9152408. OLE color: 9152408.
HSL color Cylindrical-coordinate representation of color #98A78B: hue angle of 92.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98A78B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 167 | 139 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.35 |
| HSL | 92.14º | 0.14% | 0.6% | - |
| HSV(B) | 92.14º | 0.17% | 0.65% | - |
| XYZ | 31.43 | 36.18 | 29.75 | - |
| YUV | 159.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 139 | 0.09 | 0 | 0.17 | 0.35 | 92.14 | 0.14 | 0.6 |
| Hex | 98 | A7 | 8B | 9 | 0 | 11 | 23 | 5C | E | 3C |
| Octal | 230 | 247 | 213 | 11 | 0 | 21 | 43 | 134 | 16 | 74 |
| Binary | 10011000 | 10100111 | 10001011 | 1001 | 0 | 10001 | 100011 | 1011100 | 1110 | 111100 |
Color Harmonies of #98A78B
Complementary color
Monochromatic Colors of #98A78B
Black with #98A78B
Text Example
Text Example
White with #98A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A78B; }
p { color: rgb(152,167,139); }
H1.HeaderClassName
{
color: #98A78B;
}
.AnyTagClassName
{
color: #98A78B;
}
</style>
background-color css
<style>
a { background-color: #98A78B; }
a { background-color: rgb(152,167,139); }
div.DivClassName
{
background-color: #98A78B;
}
.BgClassName
{
background-color: #98A78B;
}
</style>
border-color css
<style>
span { border-color: #98A78B; }
span { border-color: rgb(152,167,139); }
td.TdClassName
{
border-color: #98A78B;
}
.TagClassName
{
border-color: #98A78B;
}
</style>