Shades of Delta #90968A
Tints of Delta #90968A
RGB
CMYK
RGB Variations
Color information
#90968A (or 0x90968A) is known color: Delta. HEX triplet: 90, 96 and 8A. RGB value is (144,150,138). Sum of RGB (Red+Green+Blue) = 144+150+138=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 150 - color contains mainly: green. Hex color #90968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90968A is #6F6975. Grayscale: #929292. Windows color (decimal): -7301494 or 9082512. OLE color: 9082512.
HSL color Cylindrical-coordinate representation of color #90968A: hue angle of 90º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #90968A is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 138 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.41 |
| HSL | 90º | 0.05% | 0.56% | - |
| HSV(B) | 90º | 0.08% | 0.59% | - |
| XYZ | 27 | 29.58 | 28.33 | - |
| YUV | 146.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 138 | 0.04 | 0 | 0.08 | 0.41 | 90 | 0.05 | 0.56 |
| Hex | 90 | 96 | 8A | 4 | 0 | 8 | 29 | 5A | 5 | 38 |
| Octal | 220 | 226 | 212 | 4 | 0 | 10 | 51 | 132 | 5 | 70 |
| Binary | 10010000 | 10010110 | 10001010 | 100 | 0 | 1000 | 101001 | 1011010 | 101 | 111000 |
Color Harmonies of #90968A
Complementary color
Monochromatic Colors of #90968A
Black with #90968A
Text Example
Text Example
White with #90968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90968A; }
p { color: rgb(144,150,138); }
H1.HeaderClassName
{
color: #90968A;
}
.AnyTagClassName
{
color: #90968A;
}
</style>
background-color css
<style>
a { background-color: #90968A; }
a { background-color: rgb(144,150,138); }
div.DivClassName
{
background-color: #90968A;
}
.BgClassName
{
background-color: #90968A;
}
</style>
border-color css
<style>
span { border-color: #90968A; }
span { border-color: rgb(144,150,138); }
td.TdClassName
{
border-color: #90968A;
}
.TagClassName
{
border-color: #90968A;
}
</style>