Shades of Delta #979F88
Tints of Delta #979F88
RGB
CMYK
RGB Variations
Color information
#979F88 (or 0x979F88) is known color: Delta. HEX triplet: 97, 9F and 88. RGB value is (151,159,136). Sum of RGB (Red+Green+Blue) = 151+159+136=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #979F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F88 is #686077. Grayscale: #9A9A9A. Windows color (decimal): -6840440 or 8953751. OLE color: 8953751.
HSL color Cylindrical-coordinate representation of color #979F88: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #979F88 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 136 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.38 |
| HSL | 80.87º | 0.11% | 0.58% | - |
| HSV(B) | 80.87º | 0.14% | 0.62% | - |
| XYZ | 29.6 | 33.15 | 28.13 | - |
| YUV | 153.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 136 | 0.05 | 0 | 0.14 | 0.38 | 80.87 | 0.11 | 0.58 |
| Hex | 97 | 9F | 88 | 5 | 0 | E | 26 | 51 | B | 3A |
| Octal | 227 | 237 | 210 | 5 | 0 | 16 | 46 | 121 | 13 | 72 |
| Binary | 10010111 | 10011111 | 10001000 | 101 | 0 | 1110 | 100110 | 1010001 | 1011 | 111010 |
Color Harmonies of #979F88
Complementary color
Monochromatic Colors of #979F88
Black with #979F88
Text Example
Text Example
White with #979F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F88; }
p { color: rgb(151,159,136); }
H1.HeaderClassName
{
color: #979F88;
}
.AnyTagClassName
{
color: #979F88;
}
</style>
background-color css
<style>
a { background-color: #979F88; }
a { background-color: rgb(151,159,136); }
div.DivClassName
{
background-color: #979F88;
}
.BgClassName
{
background-color: #979F88;
}
</style>
border-color css
<style>
span { border-color: #979F88; }
span { border-color: rgb(151,159,136); }
td.TdClassName
{
border-color: #979F88;
}
.TagClassName
{
border-color: #979F88;
}
</style>