Shades of Olive #907407
Tints of Olive #907407
RGB
CMYK
RGB Variations
Color information
#907407 (or 0x907407) is known color: Olive. HEX triplet: 90, 74 and 07. RGB value is (144,116,7). Sum of RGB (Red+Green+Blue) = 144+116+7=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #907407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907407 is #6F8BF8. Grayscale: #707070. Windows color (decimal): -7310329 or 488592. OLE color: 488592.
HSL color Cylindrical-coordinate representation of color #907407: hue angle of 47.74º 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 #907407 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 7 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.44 |
| HSL | 47.74º | 0.91% | 0.3% | - |
| HSV(B) | 47.74º | 0.95% | 0.56% | - |
| XYZ | 17.79 | 18.44 | 2.82 | - |
| YUV | 111.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 7 | 0 | 0.19 | 0.95 | 0.44 | 47.74 | 0.91 | 0.3 |
| Hex | 90 | 74 | 7 | 0 | 13 | 5F | 2C | 30 | 5B | 1E |
| Octal | 220 | 164 | 7 | 0 | 23 | 137 | 54 | 60 | 133 | 36 |
| Binary | 10010000 | 1110100 | 111 | 0 | 10011 | 1011111 | 101100 | 110000 | 1011011 | 11110 |
Color Harmonies of #907407
Complementary color
Monochromatic Colors of #907407
Black with #907407
Text Example
Text Example
White with #907407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907407; }
p { color: rgb(144,116,7); }
H1.HeaderClassName
{
color: #907407;
}
.AnyTagClassName
{
color: #907407;
}
</style>
background-color css
<style>
a { background-color: #907407; }
a { background-color: rgb(144,116,7); }
div.DivClassName
{
background-color: #907407;
}
.BgClassName
{
background-color: #907407;
}
</style>
border-color css
<style>
span { border-color: #907407; }
span { border-color: rgb(144,116,7); }
td.TdClassName
{
border-color: #907407;
}
.TagClassName
{
border-color: #907407;
}
</style>