Shades of Olive #908507
Tints of Olive #908507
RGB
CMYK
RGB Variations
Color information
#908507 (or 0x908507) is known color: Olive. HEX triplet: 90, 85 and 07. RGB value is (144,133,7). Sum of RGB (Red+Green+Blue) = 144+133+7=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #908507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908507 is #6F7AF8. Grayscale: #7A7A7A. Windows color (decimal): -7305977 or 492944. OLE color: 492944.
HSL color Cylindrical-coordinate representation of color #908507: hue angle of 55.18º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #908507 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 7 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.44 |
| HSL | 55.18º | 0.91% | 0.3% | - |
| HSV(B) | 55.18º | 0.95% | 0.56% | - |
| XYZ | 19.93 | 22.72 | 3.54 | - |
| YUV | 121.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 7 | 0 | 0.08 | 0.95 | 0.44 | 55.18 | 0.91 | 0.3 |
| Hex | 90 | 85 | 7 | 0 | 8 | 5F | 2C | 37 | 5B | 1E |
| Octal | 220 | 205 | 7 | 0 | 10 | 137 | 54 | 67 | 133 | 36 |
| Binary | 10010000 | 10000101 | 111 | 0 | 1000 | 1011111 | 101100 | 110111 | 1011011 | 11110 |
Color Harmonies of #908507
Complementary color
Monochromatic Colors of #908507
Black with #908507
Text Example
Text Example
White with #908507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908507; }
p { color: rgb(144,133,7); }
H1.HeaderClassName
{
color: #908507;
}
.AnyTagClassName
{
color: #908507;
}
</style>
background-color css
<style>
a { background-color: #908507; }
a { background-color: rgb(144,133,7); }
div.DivClassName
{
background-color: #908507;
}
.BgClassName
{
background-color: #908507;
}
</style>
border-color css
<style>
span { border-color: #908507; }
span { border-color: rgb(144,133,7); }
td.TdClassName
{
border-color: #908507;
}
.TagClassName
{
border-color: #908507;
}
</style>