Shades of Sage #8A9274
Tints of Sage #8A9274
RGB
CMYK
RGB Variations
Color information
#8A9274 (or 0x8A9274) is known color: Sage. HEX triplet: 8A, 92 and 74. RGB value is (138,146,116). Sum of RGB (Red+Green+Blue) = 138+146+116=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9274 is #756D8B. Grayscale: #8C8C8C. Windows color (decimal): -7695756 or 7639690. OLE color: 7639690.
HSL color Cylindrical-coordinate representation of color #8A9274: hue angle of 76º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A9274 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 116 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.43 |
| HSL | 76º | 0.12% | 0.51% | - |
| HSV(B) | 76º | 0.21% | 0.57% | - |
| XYZ | 23.91 | 27.22 | 20.52 | - |
| YUV | 140.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 116 | 0.05 | 0 | 0.21 | 0.43 | 76 | 0.12 | 0.51 |
| Hex | 8A | 92 | 74 | 5 | 0 | 15 | 2B | 4C | C | 33 |
| Octal | 212 | 222 | 164 | 5 | 0 | 25 | 53 | 114 | 14 | 63 |
| Binary | 10001010 | 10010010 | 1110100 | 101 | 0 | 10101 | 101011 | 1001100 | 1100 | 110011 |
Color Harmonies of #8A9274
Complementary color
Monochromatic Colors of #8A9274
Black with #8A9274
Text Example
Text Example
White with #8A9274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9274; }
p { color: rgb(138,146,116); }
H1.HeaderClassName
{
color: #8A9274;
}
.AnyTagClassName
{
color: #8A9274;
}
</style>
background-color css
<style>
a { background-color: #8A9274; }
a { background-color: rgb(138,146,116); }
div.DivClassName
{
background-color: #8A9274;
}
.BgClassName
{
background-color: #8A9274;
}
</style>
border-color css
<style>
span { border-color: #8A9274; }
span { border-color: rgb(138,146,116); }
td.TdClassName
{
border-color: #8A9274;
}
.TagClassName
{
border-color: #8A9274;
}
</style>