Shades of Norway #9DB78E
Tints of Norway #9DB78E
RGB
CMYK
RGB Variations
Color information
#9DB78E (or 0x9DB78E) is known color: Norway. HEX triplet: 9D, B7 and 8E. RGB value is (157,183,142). Sum of RGB (Red+Green+Blue) = 157+183+142=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB78E is #624871. Grayscale: #AAAAAA. Windows color (decimal): -6441074 or 9353117. OLE color: 9353117.
HSL color Cylindrical-coordinate representation of color #9DB78E: hue angle of 98.05º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB78E is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 183 | 142 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.28 |
| HSL | 98.05º | 0.22% | 0.64% | - |
| HSV(B) | 98.05º | 0.22% | 0.72% | - |
| XYZ | 35.72 | 42.99 | 32.01 | - |
| YUV | 170.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 183 | 142 | 0.14 | 0 | 0.22 | 0.28 | 98.05 | 0.22 | 0.64 |
| Hex | 9D | B7 | 8E | E | 0 | 16 | 1C | 62 | 16 | 40 |
| Octal | 235 | 267 | 216 | 16 | 0 | 26 | 34 | 142 | 26 | 100 |
| Binary | 10011101 | 10110111 | 10001110 | 1110 | 0 | 10110 | 11100 | 1100010 | 10110 | 1000000 |
Color Harmonies of #9DB78E
Complementary color
Monochromatic Colors of #9DB78E
Black with #9DB78E
Text Example
Text Example
White with #9DB78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB78E; }
p { color: rgb(157,183,142); }
H1.HeaderClassName
{
color: #9DB78E;
}
.AnyTagClassName
{
color: #9DB78E;
}
</style>
background-color css
<style>
a { background-color: #9DB78E; }
a { background-color: rgb(157,183,142); }
div.DivClassName
{
background-color: #9DB78E;
}
.BgClassName
{
background-color: #9DB78E;
}
</style>
border-color css
<style>
span { border-color: #9DB78E; }
span { border-color: rgb(157,183,142); }
td.TdClassName
{
border-color: #9DB78E;
}
.TagClassName
{
border-color: #9DB78E;
}
</style>