Shades of Norway #9DB68E
Tints of Norway #9DB68E
RGB
CMYK
RGB Variations
Color information
#9DB68E (or 0x9DB68E) is known color: Norway. HEX triplet: 9D, B6 and 8E. RGB value is (157,182,142). Sum of RGB (Red+Green+Blue) = 157+182+142=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB68E is #624971. Grayscale: #AAAAAA. Windows color (decimal): -6441330 or 9352861. OLE color: 9352861.
HSL color Cylindrical-coordinate representation of color #9DB68E: hue angle of 97.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB68E is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 142 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.29 |
| HSL | 97.5º | 0.22% | 0.64% | - |
| HSV(B) | 97.5º | 0.22% | 0.71% | - |
| XYZ | 35.52 | 42.58 | 31.94 | - |
| YUV | 169.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 142 | 0.14 | 0 | 0.22 | 0.29 | 97.5 | 0.22 | 0.64 |
| Hex | 9D | B6 | 8E | E | 0 | 16 | 1D | 62 | 16 | 40 |
| Octal | 235 | 266 | 216 | 16 | 0 | 26 | 35 | 142 | 26 | 100 |
| Binary | 10011101 | 10110110 | 10001110 | 1110 | 0 | 10110 | 11101 | 1100010 | 10110 | 1000000 |
Color Harmonies of #9DB68E
Complementary color
Monochromatic Colors of #9DB68E
Black with #9DB68E
Text Example
Text Example
White with #9DB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB68E; }
p { color: rgb(157,182,142); }
H1.HeaderClassName
{
color: #9DB68E;
}
.AnyTagClassName
{
color: #9DB68E;
}
</style>
background-color css
<style>
a { background-color: #9DB68E; }
a { background-color: rgb(157,182,142); }
div.DivClassName
{
background-color: #9DB68E;
}
.BgClassName
{
background-color: #9DB68E;
}
</style>
border-color css
<style>
span { border-color: #9DB68E; }
span { border-color: rgb(157,182,142); }
td.TdClassName
{
border-color: #9DB68E;
}
.TagClassName
{
border-color: #9DB68E;
}
</style>