Shades of Olive #7F7505
Tints of Olive #7F7505
RGB
CMYK
RGB Variations
Color information
#7F7505 (or 0x7F7505) is known color: Olive. HEX triplet: 7F, 75 and 05. RGB value is (127,117,5). Sum of RGB (Red+Green+Blue) = 127+117+5=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7505 is #808AFA. Grayscale: #6B6B6B. Windows color (decimal): -8424187 or 357759. OLE color: 357759.
HSL color Cylindrical-coordinate representation of color #7F7505: hue angle of 55.08º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F7505 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 5 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.50 |
| HSL | 55.08º | 0.92% | 0.26% | - |
| HSV(B) | 55.08º | 0.96% | 0.5% | - |
| XYZ | 15.14 | 17.25 | 2.67 | - |
| YUV | 107.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 5 | 0 | 0.08 | 0.96 | 0.50 | 55.08 | 0.92 | 0.26 |
| Hex | 7F | 75 | 5 | 0 | 8 | 60 | 32 | 37 | 5C | 1A |
| Octal | 177 | 165 | 5 | 0 | 10 | 140 | 62 | 67 | 134 | 32 |
| Binary | 1111111 | 1110101 | 101 | 0 | 1000 | 1100000 | 110010 | 110111 | 1011100 | 11010 |
Color Harmonies of #7F7505
Complementary color
Monochromatic Colors of #7F7505
Black with #7F7505
Text Example
Text Example
White with #7F7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7505; }
p { color: rgb(127,117,5); }
H1.HeaderClassName
{
color: #7F7505;
}
.AnyTagClassName
{
color: #7F7505;
}
</style>
background-color css
<style>
a { background-color: #7F7505; }
a { background-color: rgb(127,117,5); }
div.DivClassName
{
background-color: #7F7505;
}
.BgClassName
{
background-color: #7F7505;
}
</style>
border-color css
<style>
span { border-color: #7F7505; }
span { border-color: rgb(127,117,5); }
td.TdClassName
{
border-color: #7F7505;
}
.TagClassName
{
border-color: #7F7505;
}
</style>