Shades of Olive #907200
Tints of Olive #907200
RGB
CMYK
RGB Variations
Color information
#907200 (or 0x907200) is known color: Olive. HEX triplet: 90, 72 and 00. RGB value is (144,114,0). Sum of RGB (Red+Green+Blue) = 144+114+0=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #907200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907200 is #6F8DFF. Grayscale: #6E6E6E. Windows color (decimal): -7310848 or 29328. OLE color: 29328.
HSL color Cylindrical-coordinate representation of color #907200: hue angle of 47.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #907200 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.44 |
| HSL | 47.5º | 1% | 0.28% | - |
| HSV(B) | 47.5º | 1% | 0.56% | - |
| XYZ | 17.52 | 17.96 | 2.54 | - |
| YUV | 109.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 0 | 0 | 0.21 | 1 | 0.44 | 47.5 | 1 | 0.28 |
| Hex | 90 | 72 | 0 | 0 | 15 | 64 | 2C | 30 | 64 | 1C |
| Octal | 220 | 162 | 0 | 0 | 25 | 144 | 54 | 60 | 144 | 34 |
| Binary | 10010000 | 1110010 | 0 | 0 | 10101 | 1100100 | 101100 | 110000 | 1100100 | 11100 |
Color Harmonies of #907200
Complementary color
Monochromatic Colors of #907200
Black with #907200
Text Example
Text Example
White with #907200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907200; }
p { color: rgb(144,114,0); }
H1.HeaderClassName
{
color: #907200;
}
.AnyTagClassName
{
color: #907200;
}
</style>
background-color css
<style>
a { background-color: #907200; }
a { background-color: rgb(144,114,0); }
div.DivClassName
{
background-color: #907200;
}
.BgClassName
{
background-color: #907200;
}
</style>
border-color css
<style>
span { border-color: #907200; }
span { border-color: rgb(144,114,0); }
td.TdClassName
{
border-color: #907200;
}
.TagClassName
{
border-color: #907200;
}
</style>