Shades of Norway #9DB78D
Tints of Norway #9DB78D
RGB
CMYK
RGB Variations
Color information
#9DB78D (or 0x9DB78D) is known color: Norway. HEX triplet: 9D, B7 and 8D. RGB value is (157,183,141). Sum of RGB (Red+Green+Blue) = 157+183+141=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB78D is #624872. Grayscale: #AAAAAA. Windows color (decimal): -6441075 or 9287581. OLE color: 9287581.
HSL color Cylindrical-coordinate representation of color #9DB78D: hue angle of 97.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB78D is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 141 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.28 |
| HSL | 97.14º | 0.23% | 0.64% | - |
| HSV(B) | 97.14º | 0.23% | 0.72% | - |
| XYZ | 35.65 | 42.96 | 31.61 | - |
| YUV | 170.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 141 | 0.14 | 0 | 0.23 | 0.28 | 97.14 | 0.23 | 0.64 |
| Hex | 9D | B7 | 8D | E | 0 | 17 | 1C | 61 | 17 | 40 |
| Octal | 235 | 267 | 215 | 16 | 0 | 27 | 34 | 141 | 27 | 100 |
| Binary | 10011101 | 10110111 | 10001101 | 1110 | 0 | 10111 | 11100 | 1100001 | 10111 | 1000000 |
Color Harmonies of #9DB78D
Complementary color
Monochromatic Colors of #9DB78D
Black with #9DB78D
Text Example
Text Example
White with #9DB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB78D; }
p { color: rgb(157,183,141); }
H1.HeaderClassName
{
color: #9DB78D;
}
.AnyTagClassName
{
color: #9DB78D;
}
</style>
background-color css
<style>
a { background-color: #9DB78D; }
a { background-color: rgb(157,183,141); }
div.DivClassName
{
background-color: #9DB78D;
}
.BgClassName
{
background-color: #9DB78D;
}
</style>
border-color css
<style>
span { border-color: #9DB78D; }
span { border-color: rgb(157,183,141); }
td.TdClassName
{
border-color: #9DB78D;
}
.TagClassName
{
border-color: #9DB78D;
}
</style>