Shades of Olive #908401
Tints of Olive #908401
RGB
CMYK
RGB Variations
Color information
#908401 (or 0x908401) is known color: Olive. HEX triplet: 90, 84 and 01. RGB value is (144,132,1). Sum of RGB (Red+Green+Blue) = 144+132+1=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #908401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908401 is #6F7BFE. Grayscale: #797979. Windows color (decimal): -7306239 or 99472. OLE color: 99472.
HSL color Cylindrical-coordinate representation of color #908401: hue angle of 54.97º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #908401 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.44 |
| HSL | 54.97º | 0.99% | 0.28% | - |
| HSV(B) | 54.97º | 0.99% | 0.56% | - |
| XYZ | 19.76 | 22.43 | 3.32 | - |
| YUV | 120.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 1 | 0 | 0.08 | 0.99 | 0.44 | 54.97 | 0.99 | 0.28 |
| Hex | 90 | 84 | 1 | 0 | 8 | 63 | 2C | 37 | 63 | 1C |
| Octal | 220 | 204 | 1 | 0 | 10 | 143 | 54 | 67 | 143 | 34 |
| Binary | 10010000 | 10000100 | 1 | 0 | 1000 | 1100011 | 101100 | 110111 | 1100011 | 11100 |
Color Harmonies of #908401
Complementary color
Monochromatic Colors of #908401
Black with #908401
Text Example
Text Example
White with #908401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908401; }
p { color: rgb(144,132,1); }
H1.HeaderClassName
{
color: #908401;
}
.AnyTagClassName
{
color: #908401;
}
</style>
background-color css
<style>
a { background-color: #908401; }
a { background-color: rgb(144,132,1); }
div.DivClassName
{
background-color: #908401;
}
.BgClassName
{
background-color: #908401;
}
</style>
border-color css
<style>
span { border-color: #908401; }
span { border-color: rgb(144,132,1); }
td.TdClassName
{
border-color: #908401;
}
.TagClassName
{
border-color: #908401;
}
</style>