Shades of Sage #919B80
Tints of Sage #919B80
RGB
CMYK
RGB Variations
Color information
#919B80 (or 0x919B80) is known color: Sage. HEX triplet: 91, 9B and 80. RGB value is (145,155,128). Sum of RGB (Red+Green+Blue) = 145+155+128=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #919B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B80 is #6E647F. Grayscale: #959595. Windows color (decimal): -7234688 or 8428433. OLE color: 8428433.
HSL color Cylindrical-coordinate representation of color #919B80: hue angle of 82.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #919B80 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 128 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.39 |
| HSL | 82.22º | 0.12% | 0.55% | - |
| HSV(B) | 82.22º | 0.17% | 0.61% | - |
| XYZ | 27.29 | 31.02 | 24.97 | - |
| YUV | 148.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 128 | 0.06 | 0 | 0.17 | 0.39 | 82.22 | 0.12 | 0.55 |
| Hex | 91 | 9B | 80 | 6 | 0 | 11 | 27 | 52 | C | 37 |
| Octal | 221 | 233 | 200 | 6 | 0 | 21 | 47 | 122 | 14 | 67 |
| Binary | 10010001 | 10011011 | 10000000 | 110 | 0 | 10001 | 100111 | 1010010 | 1100 | 110111 |
Color Harmonies of #919B80
Complementary color
Monochromatic Colors of #919B80
Black with #919B80
Text Example
Text Example
White with #919B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B80; }
p { color: rgb(145,155,128); }
H1.HeaderClassName
{
color: #919B80;
}
.AnyTagClassName
{
color: #919B80;
}
</style>
background-color css
<style>
a { background-color: #919B80; }
a { background-color: rgb(145,155,128); }
div.DivClassName
{
background-color: #919B80;
}
.BgClassName
{
background-color: #919B80;
}
</style>
border-color css
<style>
span { border-color: #919B80; }
span { border-color: rgb(145,155,128); }
td.TdClassName
{
border-color: #919B80;
}
.TagClassName
{
border-color: #919B80;
}
</style>