Shades of Delta #95978F
Tints of Delta #95978F
RGB
CMYK
RGB Variations
Color information
#95978F (or 0x95978F) is known color: Delta. HEX triplet: 95, 97 and 8F. RGB value is (149,151,143). Sum of RGB (Red+Green+Blue) = 149+151+143=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 151 - color contains mainly: green. Hex color #95978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95978F is #6A6870. Grayscale: #959595. Windows color (decimal): -6973553 or 9410453. OLE color: 9410453.
HSL color Cylindrical-coordinate representation of color #95978F: hue angle of 75º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #95978F is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 143 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.41 |
| HSL | 75º | 0.04% | 0.58% | - |
| HSV(B) | 75º | 0.05% | 0.59% | - |
| XYZ | 28.42 | 30.51 | 30.38 | - |
| YUV | 149.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 143 | 0.01 | 0 | 0.05 | 0.41 | 75 | 0.04 | 0.58 |
| Hex | 95 | 97 | 8F | 1 | 0 | 5 | 29 | 4B | 4 | 3A |
| Octal | 225 | 227 | 217 | 1 | 0 | 5 | 51 | 113 | 4 | 72 |
| Binary | 10010101 | 10010111 | 10001111 | 1 | 0 | 101 | 101001 | 1001011 | 100 | 111010 |
Color Harmonies of #95978F
Complementary color
Monochromatic Colors of #95978F
Black with #95978F
Text Example
Text Example
White with #95978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95978F; }
p { color: rgb(149,151,143); }
H1.HeaderClassName
{
color: #95978F;
}
.AnyTagClassName
{
color: #95978F;
}
</style>
background-color css
<style>
a { background-color: #95978F; }
a { background-color: rgb(149,151,143); }
div.DivClassName
{
background-color: #95978F;
}
.BgClassName
{
background-color: #95978F;
}
</style>
border-color css
<style>
span { border-color: #95978F; }
span { border-color: rgb(149,151,143); }
td.TdClassName
{
border-color: #95978F;
}
.TagClassName
{
border-color: #95978F;
}
</style>