Shades of Norway #9AAF87
Tints of Norway #9AAF87
RGB
CMYK
RGB Variations
Color information
#9AAF87 (or 0x9AAF87) is known color: Norway. HEX triplet: 9A, AF and 87. RGB value is (154,175,135). Sum of RGB (Red+Green+Blue) = 154+175+135=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF87 is #655078. Grayscale: #A4A4A4. Windows color (decimal): -6639737 or 8892314. OLE color: 8892314.
HSL color Cylindrical-coordinate representation of color #9AAF87: hue angle of 91.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AAF87 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 135 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.31 |
| HSL | 91.5º | 0.2% | 0.61% | - |
| HSV(B) | 91.5º | 0.23% | 0.69% | - |
| XYZ | 33.03 | 39.28 | 28.76 | - |
| YUV | 164.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 135 | 0.12 | 0 | 0.23 | 0.31 | 91.5 | 0.2 | 0.61 |
| Hex | 9A | AF | 87 | C | 0 | 17 | 1F | 5C | 14 | 3D |
| Octal | 232 | 257 | 207 | 14 | 0 | 27 | 37 | 134 | 24 | 75 |
| Binary | 10011010 | 10101111 | 10000111 | 1100 | 0 | 10111 | 11111 | 1011100 | 10100 | 111101 |
Color Harmonies of #9AAF87
Complementary color
Monochromatic Colors of #9AAF87
Black with #9AAF87
Text Example
Text Example
White with #9AAF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF87; }
p { color: rgb(154,175,135); }
H1.HeaderClassName
{
color: #9AAF87;
}
.AnyTagClassName
{
color: #9AAF87;
}
</style>
background-color css
<style>
a { background-color: #9AAF87; }
a { background-color: rgb(154,175,135); }
div.DivClassName
{
background-color: #9AAF87;
}
.BgClassName
{
background-color: #9AAF87;
}
</style>
border-color css
<style>
span { border-color: #9AAF87; }
span { border-color: rgb(154,175,135); }
td.TdClassName
{
border-color: #9AAF87;
}
.TagClassName
{
border-color: #9AAF87;
}
</style>