Shades of Olive #7F900E
Tints of Olive #7F900E
RGB
CMYK
RGB Variations
Color information
#7F900E (or 0x7F900E) is known color: Olive. HEX triplet: 7F, 90 and 0E. RGB value is (127,144,14). Sum of RGB (Red+Green+Blue) = 127+144+14=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #7F900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F900E is #806FF1. Grayscale: #7C7C7C. Windows color (decimal): -8417266 or 954495. OLE color: 954495.
HSL color Cylindrical-coordinate representation of color #7F900E: hue angle of 67.85º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F900E is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 14 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.44 |
| HSL | 67.85º | 0.82% | 0.31% | - |
| HSV(B) | 67.85º | 0.9% | 0.56% | - |
| XYZ | 18.8 | 24.49 | 4.15 | - |
| YUV | 124.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 14 | 0.12 | 0 | 0.90 | 0.44 | 67.85 | 0.82 | 0.31 |
| Hex | 7F | 90 | E | C | 0 | 5A | 2C | 44 | 52 | 1F |
| Octal | 177 | 220 | 16 | 14 | 0 | 132 | 54 | 104 | 122 | 37 |
| Binary | 1111111 | 10010000 | 1110 | 1100 | 0 | 1011010 | 101100 | 1000100 | 1010010 | 11111 |
Color Harmonies of #7F900E
Complementary color
Monochromatic Colors of #7F900E
Black with #7F900E
Text Example
Text Example
White with #7F900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F900E; }
p { color: rgb(127,144,14); }
H1.HeaderClassName
{
color: #7F900E;
}
.AnyTagClassName
{
color: #7F900E;
}
</style>
background-color css
<style>
a { background-color: #7F900E; }
a { background-color: rgb(127,144,14); }
div.DivClassName
{
background-color: #7F900E;
}
.BgClassName
{
background-color: #7F900E;
}
</style>
border-color css
<style>
span { border-color: #7F900E; }
span { border-color: rgb(127,144,14); }
td.TdClassName
{
border-color: #7F900E;
}
.TagClassName
{
border-color: #7F900E;
}
</style>