Shades of Olive #7F9405
Tints of Olive #7F9405
RGB
CMYK
RGB Variations
Color information
#7F9405 (or 0x7F9405) is known color: Olive. HEX triplet: 7F, 94 and 05. RGB value is (127,148,5). Sum of RGB (Red+Green+Blue) = 127+148+5=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9405 is #806BFA. Grayscale: #7D7D7D. Windows color (decimal): -8416251 or 365695. OLE color: 365695.
HSL color Cylindrical-coordinate representation of color #7F9405: hue angle of 68.81º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F9405 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.42 |
| HSL | 68.81º | 0.93% | 0.3% | - |
| HSV(B) | 68.81º | 0.97% | 0.58% | - |
| XYZ | 19.37 | 25.7 | 4.08 | - |
| YUV | 125.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 5 | 0.14 | 0 | 0.97 | 0.42 | 68.81 | 0.93 | 0.3 |
| Hex | 7F | 94 | 5 | E | 0 | 61 | 2A | 45 | 5D | 1E |
| Octal | 177 | 224 | 5 | 16 | 0 | 141 | 52 | 105 | 135 | 36 |
| Binary | 1111111 | 10010100 | 101 | 1110 | 0 | 1100001 | 101010 | 1000101 | 1011101 | 11110 |
Color Harmonies of #7F9405
Complementary color
Monochromatic Colors of #7F9405
Black with #7F9405
Text Example
Text Example
White with #7F9405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9405; }
p { color: rgb(127,148,5); }
H1.HeaderClassName
{
color: #7F9405;
}
.AnyTagClassName
{
color: #7F9405;
}
</style>
background-color css
<style>
a { background-color: #7F9405; }
a { background-color: rgb(127,148,5); }
div.DivClassName
{
background-color: #7F9405;
}
.BgClassName
{
background-color: #7F9405;
}
</style>
border-color css
<style>
span { border-color: #7F9405; }
span { border-color: rgb(127,148,5); }
td.TdClassName
{
border-color: #7F9405;
}
.TagClassName
{
border-color: #7F9405;
}
</style>