Shades of Olive #908501
Tints of Olive #908501
RGB
CMYK
RGB Variations
Color information
#908501 (or 0x908501) is known color: Olive. HEX triplet: 90, 85 and 01. RGB value is (144,133,1). Sum of RGB (Red+Green+Blue) = 144+133+1=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #908501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908501 is #6F7AFE. Grayscale: #797979. Windows color (decimal): -7305983 or 99728. OLE color: 99728.
HSL color Cylindrical-coordinate representation of color #908501: hue angle of 55.38º 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 #908501 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.44 |
| HSL | 55.38º | 0.99% | 0.28% | - |
| HSV(B) | 55.38º | 0.99% | 0.56% | - |
| XYZ | 19.89 | 22.71 | 3.36 | - |
| YUV | 121.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 1 | 0 | 0.08 | 0.99 | 0.44 | 55.38 | 0.99 | 0.28 |
| Hex | 90 | 85 | 1 | 0 | 8 | 63 | 2C | 37 | 63 | 1C |
| Octal | 220 | 205 | 1 | 0 | 10 | 143 | 54 | 67 | 143 | 34 |
| Binary | 10010000 | 10000101 | 1 | 0 | 1000 | 1100011 | 101100 | 110111 | 1100011 | 11100 |
Color Harmonies of #908501
Complementary color
Monochromatic Colors of #908501
Black with #908501
Text Example
Text Example
White with #908501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908501; }
p { color: rgb(144,133,1); }
H1.HeaderClassName
{
color: #908501;
}
.AnyTagClassName
{
color: #908501;
}
</style>
background-color css
<style>
a { background-color: #908501; }
a { background-color: rgb(144,133,1); }
div.DivClassName
{
background-color: #908501;
}
.BgClassName
{
background-color: #908501;
}
</style>
border-color css
<style>
span { border-color: #908501; }
span { border-color: rgb(144,133,1); }
td.TdClassName
{
border-color: #908501;
}
.TagClassName
{
border-color: #908501;
}
</style>