Shades of Sage #8A907A
Tints of Sage #8A907A
RGB
CMYK
RGB Variations
Color information
#8A907A (or 0x8A907A) is known color: Sage. HEX triplet: 8A, 90 and 7A. RGB value is (138,144,122). Sum of RGB (Red+Green+Blue) = 138+144+122=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #8A907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A907A is #756F85. Grayscale: #8B8B8B. Windows color (decimal): -7696262 or 8032394. OLE color: 8032394.
HSL color Cylindrical-coordinate representation of color #8A907A: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A907A is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 122 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.44 |
| HSL | 76.36º | 0.09% | 0.52% | - |
| HSV(B) | 76.36º | 0.15% | 0.56% | - |
| XYZ | 23.97 | 26.75 | 22.31 | - |
| YUV | 139.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 122 | 0.04 | 0 | 0.15 | 0.44 | 76.36 | 0.09 | 0.52 |
| Hex | 8A | 90 | 7A | 4 | 0 | F | 2C | 4C | 9 | 34 |
| Octal | 212 | 220 | 172 | 4 | 0 | 17 | 54 | 114 | 11 | 64 |
| Binary | 10001010 | 10010000 | 1111010 | 100 | 0 | 1111 | 101100 | 1001100 | 1001 | 110100 |
Color Harmonies of #8A907A
Complementary color
Monochromatic Colors of #8A907A
Black with #8A907A
Text Example
Text Example
White with #8A907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A907A; }
p { color: rgb(138,144,122); }
H1.HeaderClassName
{
color: #8A907A;
}
.AnyTagClassName
{
color: #8A907A;
}
</style>
background-color css
<style>
a { background-color: #8A907A; }
a { background-color: rgb(138,144,122); }
div.DivClassName
{
background-color: #8A907A;
}
.BgClassName
{
background-color: #8A907A;
}
</style>
border-color css
<style>
span { border-color: #8A907A; }
span { border-color: rgb(138,144,122); }
td.TdClassName
{
border-color: #8A907A;
}
.TagClassName
{
border-color: #8A907A;
}
</style>