Shades of Olive #907707
Tints of Olive #907707
RGB
CMYK
RGB Variations
Color information
#907707 (or 0x907707) is known color: Olive. HEX triplet: 90, 77 and 07. RGB value is (144,119,7). Sum of RGB (Red+Green+Blue) = 144+119+7=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #907707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907707 is #6F88F8. Grayscale: #727272. Windows color (decimal): -7309561 or 489360. OLE color: 489360.
HSL color Cylindrical-coordinate representation of color #907707: hue angle of 49.05º 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 #907707 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 119 | 7 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.44 |
| HSL | 49.05º | 0.91% | 0.3% | - |
| HSV(B) | 49.05º | 0.95% | 0.56% | - |
| XYZ | 18.14 | 19.14 | 2.94 | - |
| YUV | 113.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 7 | 0 | 0.17 | 0.95 | 0.44 | 49.05 | 0.91 | 0.3 |
| Hex | 90 | 77 | 7 | 0 | 11 | 5F | 2C | 31 | 5B | 1E |
| Octal | 220 | 167 | 7 | 0 | 21 | 137 | 54 | 61 | 133 | 36 |
| Binary | 10010000 | 1110111 | 111 | 0 | 10001 | 1011111 | 101100 | 110001 | 1011011 | 11110 |
Color Harmonies of #907707
Complementary color
Monochromatic Colors of #907707
Black with #907707
Text Example
Text Example
White with #907707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907707; }
p { color: rgb(144,119,7); }
H1.HeaderClassName
{
color: #907707;
}
.AnyTagClassName
{
color: #907707;
}
</style>
background-color css
<style>
a { background-color: #907707; }
a { background-color: rgb(144,119,7); }
div.DivClassName
{
background-color: #907707;
}
.BgClassName
{
background-color: #907707;
}
</style>
border-color css
<style>
span { border-color: #907707; }
span { border-color: rgb(144,119,7); }
td.TdClassName
{
border-color: #907707;
}
.TagClassName
{
border-color: #907707;
}
</style>