Shades of Sage #8A8F80
Tints of Sage #8A8F80
RGB
CMYK
RGB Variations
Color information
#8A8F80 (or 0x8A8F80) is known color: Sage. HEX triplet: 8A, 8F and 80. RGB value is (138,143,128). Sum of RGB (Red+Green+Blue) = 138+143+128=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8F80 is #75707F. Grayscale: #8B8B8B. Windows color (decimal): -7696512 or 8425354. OLE color: 8425354.
HSL color Cylindrical-coordinate representation of color #8A8F80: hue angle of 80º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A8F80 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
RGB | 138 | 143 | 128 | - |
CMYK | 0.03 | 0 | 0.10 | 0.44 |
HSL | 80º | 0.06% | 0.53% | - |
HSV(B) | 80º | 0.1% | 0.56% | - |
XYZ | 24.2 | 26.61 | 24.28 | - |
YUV | 139.8 | 121.34 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 143 | 128 | 0.03 | 0 | 0.10 | 0.44 | 80 | 0.06 | 0.53 |
Hex | 8A | 8F | 80 | 3 | 0 | A | 2C | 50 | 6 | 35 |
Octal | 212 | 217 | 200 | 3 | 0 | 12 | 54 | 120 | 6 | 65 |
Binary | 10001010 | 10001111 | 10000000 | 11 | 0 | 1010 | 101100 | 1010000 | 110 | 110101 |
Color Harmonies of #8A8F80
Complementary color
Monochromatic Colors of #8A8F80
Black with #8A8F80
Text Example
Text Example
White with #8A8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F80; }
p { color: rgb(138,143,128); }
H1.HeaderClassName
{
color: #8A8F80;
}
.AnyTagClassName
{
color: #8A8F80;
}
</style>
background-color css
<style>
a { background-color: #8A8F80; }
a { background-color: rgb(138,143,128); }
div.DivClassName
{
background-color: #8A8F80;
}
.BgClassName
{
background-color: #8A8F80;
}
</style>
border-color css
<style>
span { border-color: #8A8F80; }
span { border-color: rgb(138,143,128); }
td.TdClassName
{
border-color: #8A8F80;
}
.TagClassName
{
border-color: #8A8F80;
}
</style>