Shades of Norway #9CB78C
Tints of Norway #9CB78C
RGB
CMYK
RGB Variations
Color information
#9CB78C (or 0x9CB78C) is known color: Norway. HEX triplet: 9C, B7 and 8C. RGB value is (156,183,140). Sum of RGB (Red+Green+Blue) = 156+183+140=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB78C is #634873. Grayscale: #AAAAAA. Windows color (decimal): -6506612 or 9222044. OLE color: 9222044.
HSL color Cylindrical-coordinate representation of color #9CB78C: hue angle of 97.67º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB78C is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 140 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.28 |
| HSL | 97.67º | 0.23% | 0.63% | - |
| HSV(B) | 97.67º | 0.23% | 0.72% | - |
| XYZ | 35.38 | 42.83 | 31.21 | - |
| YUV | 170.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 140 | 0.15 | 0 | 0.23 | 0.28 | 97.67 | 0.23 | 0.63 |
| Hex | 9C | B7 | 8C | F | 0 | 17 | 1C | 62 | 17 | 3F |
| Octal | 234 | 267 | 214 | 17 | 0 | 27 | 34 | 142 | 27 | 77 |
| Binary | 10011100 | 10110111 | 10001100 | 1111 | 0 | 10111 | 11100 | 1100010 | 10111 | 111111 |
Color Harmonies of #9CB78C
Complementary color
Monochromatic Colors of #9CB78C
Black with #9CB78C
Text Example
Text Example
White with #9CB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB78C; }
p { color: rgb(156,183,140); }
H1.HeaderClassName
{
color: #9CB78C;
}
.AnyTagClassName
{
color: #9CB78C;
}
</style>
background-color css
<style>
a { background-color: #9CB78C; }
a { background-color: rgb(156,183,140); }
div.DivClassName
{
background-color: #9CB78C;
}
.BgClassName
{
background-color: #9CB78C;
}
</style>
border-color css
<style>
span { border-color: #9CB78C; }
span { border-color: rgb(156,183,140); }
td.TdClassName
{
border-color: #9CB78C;
}
.TagClassName
{
border-color: #9CB78C;
}
</style>