Shades of Delta #919F84
Tints of Delta #919F84
RGB
CMYK
RGB Variations
Color information
#919F84 (or 0x919F84) is known color: Delta. HEX triplet: 91, 9F and 84. RGB value is (145,159,132). Sum of RGB (Red+Green+Blue) = 145+159+132=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #919F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919F84 is #6E607B. Grayscale: #979797. Windows color (decimal): -7233660 or 8691601. OLE color: 8691601.
HSL color Cylindrical-coordinate representation of color #919F84: hue angle of 91.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #919F84 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 159 | 132 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.38 |
| HSL | 91.11º | 0.12% | 0.57% | - |
| HSV(B) | 91.11º | 0.17% | 0.62% | - |
| XYZ | 28.24 | 32.48 | 26.61 | - |
| YUV | 151.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 132 | 0.09 | 0 | 0.17 | 0.38 | 91.11 | 0.12 | 0.57 |
| Hex | 91 | 9F | 84 | 9 | 0 | 11 | 26 | 5B | C | 39 |
| Octal | 221 | 237 | 204 | 11 | 0 | 21 | 46 | 133 | 14 | 71 |
| Binary | 10010001 | 10011111 | 10000100 | 1001 | 0 | 10001 | 100110 | 1011011 | 1100 | 111001 |
Color Harmonies of #919F84
Complementary color
Monochromatic Colors of #919F84
Black with #919F84
Text Example
Text Example
White with #919F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919F84; }
p { color: rgb(145,159,132); }
H1.HeaderClassName
{
color: #919F84;
}
.AnyTagClassName
{
color: #919F84;
}
</style>
background-color css
<style>
a { background-color: #919F84; }
a { background-color: rgb(145,159,132); }
div.DivClassName
{
background-color: #919F84;
}
.BgClassName
{
background-color: #919F84;
}
</style>
border-color css
<style>
span { border-color: #919F84; }
span { border-color: rgb(145,159,132); }
td.TdClassName
{
border-color: #919F84;
}
.TagClassName
{
border-color: #919F84;
}
</style>