Shades of Sage #969C84
Tints of Sage #969C84
RGB
CMYK
RGB Variations
Color information
#969C84 (or 0x969C84) is known color: Sage. HEX triplet: 96, 9C and 84. RGB value is (150,156,132). Sum of RGB (Red+Green+Blue) = 150+156+132=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 156 - color contains mainly: green. Hex color #969C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C84 is #69637B. Grayscale: #979797. Windows color (decimal): -6906748 or 8690838. OLE color: 8690838.
HSL color Cylindrical-coordinate representation of color #969C84: hue angle of 75º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #969C84 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 132 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.39 |
| HSL | 75º | 0.11% | 0.56% | - |
| HSV(B) | 75º | 0.15% | 0.61% | - |
| XYZ | 28.63 | 31.93 | 26.48 | - |
| YUV | 151.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 132 | 0.04 | 0 | 0.15 | 0.39 | 75 | 0.11 | 0.56 |
| Hex | 96 | 9C | 84 | 4 | 0 | F | 27 | 4B | B | 38 |
| Octal | 226 | 234 | 204 | 4 | 0 | 17 | 47 | 113 | 13 | 70 |
| Binary | 10010110 | 10011100 | 10000100 | 100 | 0 | 1111 | 100111 | 1001011 | 1011 | 111000 |
Color Harmonies of #969C84
Complementary color
Monochromatic Colors of #969C84
Black with #969C84
Text Example
Text Example
White with #969C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C84; }
p { color: rgb(150,156,132); }
H1.HeaderClassName
{
color: #969C84;
}
.AnyTagClassName
{
color: #969C84;
}
</style>
background-color css
<style>
a { background-color: #969C84; }
a { background-color: rgb(150,156,132); }
div.DivClassName
{
background-color: #969C84;
}
.BgClassName
{
background-color: #969C84;
}
</style>
border-color css
<style>
span { border-color: #969C84; }
span { border-color: rgb(150,156,132); }
td.TdClassName
{
border-color: #969C84;
}
.TagClassName
{
border-color: #969C84;
}
</style>