Shades of Delta #959F84
Tints of Delta #959F84
RGB
CMYK
RGB Variations
Color information
#959F84 (or 0x959F84) is known color: Delta. HEX triplet: 95, 9F and 84. RGB value is (149,159,132). Sum of RGB (Red+Green+Blue) = 149+159+132=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 159 - color contains mainly: green. Hex color #959F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F84 is #6A607B. Grayscale: #999999. Windows color (decimal): -6971516 or 8691605. OLE color: 8691605.
HSL color Cylindrical-coordinate representation of color #959F84: hue angle of 82.22º 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 #959F84 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 132 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.38 |
| HSL | 82.22º | 0.12% | 0.57% | - |
| HSV(B) | 82.22º | 0.17% | 0.62% | - |
| XYZ | 28.96 | 32.85 | 26.64 | - |
| YUV | 152.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 132 | 0.06 | 0 | 0.17 | 0.38 | 82.22 | 0.12 | 0.57 |
| Hex | 95 | 9F | 84 | 6 | 0 | 11 | 26 | 52 | C | 39 |
| Octal | 225 | 237 | 204 | 6 | 0 | 21 | 46 | 122 | 14 | 71 |
| Binary | 10010101 | 10011111 | 10000100 | 110 | 0 | 10001 | 100110 | 1010010 | 1100 | 111001 |
Color Harmonies of #959F84
Complementary color
Monochromatic Colors of #959F84
Black with #959F84
Text Example
Text Example
White with #959F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F84; }
p { color: rgb(149,159,132); }
H1.HeaderClassName
{
color: #959F84;
}
.AnyTagClassName
{
color: #959F84;
}
</style>
background-color css
<style>
a { background-color: #959F84; }
a { background-color: rgb(149,159,132); }
div.DivClassName
{
background-color: #959F84;
}
.BgClassName
{
background-color: #959F84;
}
</style>
border-color css
<style>
span { border-color: #959F84; }
span { border-color: rgb(149,159,132); }
td.TdClassName
{
border-color: #959F84;
}
.TagClassName
{
border-color: #959F84;
}
</style>