Shades of Norway #9DB78B
Tints of Norway #9DB78B
RGB
CMYK
RGB Variations
Color information
#9DB78B (or 0x9DB78B) is known color: Norway. HEX triplet: 9D, B7 and 8B. RGB value is (157,183,139). Sum of RGB (Red+Green+Blue) = 157+183+139=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB78B is #624874. Grayscale: #AAAAAA. Windows color (decimal): -6441077 or 9156509. OLE color: 9156509.
HSL color Cylindrical-coordinate representation of color #9DB78B: hue angle of 95.45º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DB78B is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 139 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.28 |
| HSL | 95.45º | 0.23% | 0.63% | - |
| HSV(B) | 95.45º | 0.24% | 0.72% | - |
| XYZ | 35.5 | 42.9 | 30.84 | - |
| YUV | 170.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 139 | 0.14 | 0 | 0.24 | 0.28 | 95.45 | 0.23 | 0.63 |
| Hex | 9D | B7 | 8B | E | 0 | 18 | 1C | 5F | 17 | 3F |
| Octal | 235 | 267 | 213 | 16 | 0 | 30 | 34 | 137 | 27 | 77 |
| Binary | 10011101 | 10110111 | 10001011 | 1110 | 0 | 11000 | 11100 | 1011111 | 10111 | 111111 |
Color Harmonies of #9DB78B
Complementary color
Monochromatic Colors of #9DB78B
Black with #9DB78B
Text Example
Text Example
White with #9DB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB78B; }
p { color: rgb(157,183,139); }
H1.HeaderClassName
{
color: #9DB78B;
}
.AnyTagClassName
{
color: #9DB78B;
}
</style>
background-color css
<style>
a { background-color: #9DB78B; }
a { background-color: rgb(157,183,139); }
div.DivClassName
{
background-color: #9DB78B;
}
.BgClassName
{
background-color: #9DB78B;
}
</style>
border-color css
<style>
span { border-color: #9DB78B; }
span { border-color: rgb(157,183,139); }
td.TdClassName
{
border-color: #9DB78B;
}
.TagClassName
{
border-color: #9DB78B;
}
</style>