Shades of Sage #9B9F74
Tints of Sage #9B9F74
RGB
CMYK
RGB Variations
Color information
#9B9F74 (or 0x9B9F74) is known color: Sage. HEX triplet: 9B, 9F and 74. RGB value is (155,159,116). Sum of RGB (Red+Green+Blue) = 155+159+116=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F74 is #64608B. Grayscale: #999999. Windows color (decimal): -6578316 or 7643035. OLE color: 7643035.
HSL color Cylindrical-coordinate representation of color #9B9F74: hue angle of 65.58º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B9F74 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 159 | 116 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.38 |
| HSL | 65.58º | 0.18% | 0.54% | - |
| HSV(B) | 65.58º | 0.27% | 0.62% | - |
| XYZ | 29.07 | 33.03 | 21.37 | - |
| YUV | 152.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 159 | 116 | 0.03 | 0 | 0.27 | 0.38 | 65.58 | 0.18 | 0.54 |
| Hex | 9B | 9F | 74 | 3 | 0 | 1B | 26 | 42 | 12 | 36 |
| Octal | 233 | 237 | 164 | 3 | 0 | 33 | 46 | 102 | 22 | 66 |
| Binary | 10011011 | 10011111 | 1110100 | 11 | 0 | 11011 | 100110 | 1000010 | 10010 | 110110 |
Color Harmonies of #9B9F74
Complementary color
Monochromatic Colors of #9B9F74
Black with #9B9F74
Text Example
Text Example
White with #9B9F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9F74; }
p { color: rgb(155,159,116); }
H1.HeaderClassName
{
color: #9B9F74;
}
.AnyTagClassName
{
color: #9B9F74;
}
</style>
background-color css
<style>
a { background-color: #9B9F74; }
a { background-color: rgb(155,159,116); }
div.DivClassName
{
background-color: #9B9F74;
}
.BgClassName
{
background-color: #9B9F74;
}
</style>
border-color css
<style>
span { border-color: #9B9F74; }
span { border-color: rgb(155,159,116); }
td.TdClassName
{
border-color: #9B9F74;
}
.TagClassName
{
border-color: #9B9F74;
}
</style>