Shades of Olive #907400
Tints of Olive #907400
RGB
CMYK
RGB Variations
Color information
#907400 (or 0x907400) is known color: Olive. HEX triplet: 90, 74 and 00. RGB value is (144,116,0). Sum of RGB (Red+Green+Blue) = 144+116+0=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #907400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907400 is #6F8BFF. Grayscale: #6F6F6F. Windows color (decimal): -7310336 or 29840. OLE color: 29840.
HSL color Cylindrical-coordinate representation of color #907400: hue angle of 48.33º 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 #907400 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.44 |
| HSL | 48.33º | 1% | 0.28% | - |
| HSV(B) | 48.33º | 1% | 0.56% | - |
| XYZ | 17.75 | 18.42 | 2.62 | - |
| YUV | 111.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 0 | 0 | 0.19 | 1 | 0.44 | 48.33 | 1 | 0.28 |
| Hex | 90 | 74 | 0 | 0 | 13 | 64 | 2C | 30 | 64 | 1C |
| Octal | 220 | 164 | 0 | 0 | 23 | 144 | 54 | 60 | 144 | 34 |
| Binary | 10010000 | 1110100 | 0 | 0 | 10011 | 1100100 | 101100 | 110000 | 1100100 | 11100 |
Color Harmonies of #907400
Complementary color
Monochromatic Colors of #907400
Black with #907400
Text Example
Text Example
White with #907400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907400; }
p { color: rgb(144,116,0); }
H1.HeaderClassName
{
color: #907400;
}
.AnyTagClassName
{
color: #907400;
}
</style>
background-color css
<style>
a { background-color: #907400; }
a { background-color: rgb(144,116,0); }
div.DivClassName
{
background-color: #907400;
}
.BgClassName
{
background-color: #907400;
}
</style>
border-color css
<style>
span { border-color: #907400; }
span { border-color: rgb(144,116,0); }
td.TdClassName
{
border-color: #907400;
}
.TagClassName
{
border-color: #907400;
}
</style>