Shades of Olive #7F740D
Tints of Olive #7F740D
RGB
CMYK
RGB Variations
Color information
#7F740D (or 0x7F740D) is known color: Olive. HEX triplet: 7F, 74 and 0D. RGB value is (127,116,13). Sum of RGB (Red+Green+Blue) = 127+116+13=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F740D is #808BF2. Grayscale: #6B6B6B. Windows color (decimal): -8424435 or 881791. OLE color: 881791.
HSL color Cylindrical-coordinate representation of color #7F740D: hue angle of 54.21º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F740D is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 116 | 13 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.50 |
| HSL | 54.21º | 0.81% | 0.27% | - |
| HSV(B) | 54.21º | 0.9% | 0.5% | - |
| XYZ | 15.07 | 17.03 | 2.87 | - |
| YUV | 107.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 13 | 0 | 0.09 | 0.90 | 0.50 | 54.21 | 0.81 | 0.27 |
| Hex | 7F | 74 | D | 0 | 9 | 5A | 32 | 36 | 51 | 1B |
| Octal | 177 | 164 | 15 | 0 | 11 | 132 | 62 | 66 | 121 | 33 |
| Binary | 1111111 | 1110100 | 1101 | 0 | 1001 | 1011010 | 110010 | 110110 | 1010001 | 11011 |
Color Harmonies of #7F740D
Complementary color
Monochromatic Colors of #7F740D
Black with #7F740D
Text Example
Text Example
White with #7F740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F740D; }
p { color: rgb(127,116,13); }
H1.HeaderClassName
{
color: #7F740D;
}
.AnyTagClassName
{
color: #7F740D;
}
</style>
background-color css
<style>
a { background-color: #7F740D; }
a { background-color: rgb(127,116,13); }
div.DivClassName
{
background-color: #7F740D;
}
.BgClassName
{
background-color: #7F740D;
}
</style>
border-color css
<style>
span { border-color: #7F740D; }
span { border-color: rgb(127,116,13); }
td.TdClassName
{
border-color: #7F740D;
}
.TagClassName
{
border-color: #7F740D;
}
</style>