Shades of Delta #99A689
Tints of Delta #99A689
RGB
CMYK
RGB Variations
Color information
#99A689 (or 0x99A689) is known color: Delta. HEX triplet: 99, A6 and 89. RGB value is (153,166,137). Sum of RGB (Red+Green+Blue) = 153+166+137=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #99A689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A689 is #665976. Grayscale: #9E9E9E. Windows color (decimal): -6707575 or 9021081. OLE color: 9021081.
HSL color Cylindrical-coordinate representation of color #99A689: hue angle of 86.9º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99A689 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 137 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.35 |
| HSL | 86.9º | 0.14% | 0.59% | - |
| HSV(B) | 86.9º | 0.17% | 0.65% | - |
| XYZ | 31.29 | 35.85 | 28.94 | - |
| YUV | 158.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 137 | 0.08 | 0 | 0.17 | 0.35 | 86.9 | 0.14 | 0.59 |
| Hex | 99 | A6 | 89 | 8 | 0 | 11 | 23 | 57 | E | 3B |
| Octal | 231 | 246 | 211 | 10 | 0 | 21 | 43 | 127 | 16 | 73 |
| Binary | 10011001 | 10100110 | 10001001 | 1000 | 0 | 10001 | 100011 | 1010111 | 1110 | 111011 |
Color Harmonies of #99A689
Complementary color
Monochromatic Colors of #99A689
Black with #99A689
Text Example
Text Example
White with #99A689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A689; }
p { color: rgb(153,166,137); }
H1.HeaderClassName
{
color: #99A689;
}
.AnyTagClassName
{
color: #99A689;
}
</style>
background-color css
<style>
a { background-color: #99A689; }
a { background-color: rgb(153,166,137); }
div.DivClassName
{
background-color: #99A689;
}
.BgClassName
{
background-color: #99A689;
}
</style>
border-color css
<style>
span { border-color: #99A689; }
span { border-color: rgb(153,166,137); }
td.TdClassName
{
border-color: #99A689;
}
.TagClassName
{
border-color: #99A689;
}
</style>