Shades of Olive #7F890D
Tints of Olive #7F890D
RGB
CMYK
RGB Variations
Color information
#7F890D (or 0x7F890D) is known color: Olive. HEX triplet: 7F, 89 and 0D. RGB value is (127,137,13). Sum of RGB (Red+Green+Blue) = 127+137+13=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #7F890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F890D is #8076F2. Grayscale: #787878. Windows color (decimal): -8419059 or 887167. OLE color: 887167.
HSL color Cylindrical-coordinate representation of color #7F890D: hue angle of 64.84º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F890D is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 13 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.46 |
| HSL | 64.84º | 0.83% | 0.29% | - |
| HSV(B) | 64.84º | 0.91% | 0.54% | - |
| XYZ | 17.77 | 22.43 | 3.77 | - |
| YUV | 119.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 13 | 0.07 | 0 | 0.91 | 0.46 | 64.84 | 0.83 | 0.29 |
| Hex | 7F | 89 | D | 7 | 0 | 5B | 2E | 41 | 53 | 1D |
| Octal | 177 | 211 | 15 | 7 | 0 | 133 | 56 | 101 | 123 | 35 |
| Binary | 1111111 | 10001001 | 1101 | 111 | 0 | 1011011 | 101110 | 1000001 | 1010011 | 11101 |
Color Harmonies of #7F890D
Complementary color
Monochromatic Colors of #7F890D
Black with #7F890D
Text Example
Text Example
White with #7F890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F890D; }
p { color: rgb(127,137,13); }
H1.HeaderClassName
{
color: #7F890D;
}
.AnyTagClassName
{
color: #7F890D;
}
</style>
background-color css
<style>
a { background-color: #7F890D; }
a { background-color: rgb(127,137,13); }
div.DivClassName
{
background-color: #7F890D;
}
.BgClassName
{
background-color: #7F890D;
}
</style>
border-color css
<style>
span { border-color: #7F890D; }
span { border-color: rgb(127,137,13); }
td.TdClassName
{
border-color: #7F890D;
}
.TagClassName
{
border-color: #7F890D;
}
</style>