Shades of Olive #7F800D
Tints of Olive #7F800D
RGB
CMYK
RGB Variations
Color information
#7F800D (or 0x7F800D) is known color: Olive. HEX triplet: 7F, 80 and 0D. RGB value is (127,128,13). Sum of RGB (Red+Green+Blue) = 127+128+13=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #7F800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F800D is #807FF2. Grayscale: #737373. Windows color (decimal): -8421363 or 884863. OLE color: 884863.
HSL color Cylindrical-coordinate representation of color #7F800D: hue angle of 60.52º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F800D is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 128 | 13 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.50 |
| HSL | 60.52º | 0.82% | 0.28% | - |
| HSV(B) | 60.52º | 0.9% | 0.5% | - |
| XYZ | 16.54 | 19.98 | 3.37 | - |
| YUV | 114.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 13 | 0.01 | 0 | 0.90 | 0.50 | 60.52 | 0.82 | 0.28 |
| Hex | 7F | 80 | D | 1 | 0 | 5A | 32 | 3D | 52 | 1C |
| Octal | 177 | 200 | 15 | 1 | 0 | 132 | 62 | 75 | 122 | 34 |
| Binary | 1111111 | 10000000 | 1101 | 1 | 0 | 1011010 | 110010 | 111101 | 1010010 | 11100 |
Color Harmonies of #7F800D
Complementary color
Monochromatic Colors of #7F800D
Black with #7F800D
Text Example
Text Example
White with #7F800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F800D; }
p { color: rgb(127,128,13); }
H1.HeaderClassName
{
color: #7F800D;
}
.AnyTagClassName
{
color: #7F800D;
}
</style>
background-color css
<style>
a { background-color: #7F800D; }
a { background-color: rgb(127,128,13); }
div.DivClassName
{
background-color: #7F800D;
}
.BgClassName
{
background-color: #7F800D;
}
</style>
border-color css
<style>
span { border-color: #7F800D; }
span { border-color: rgb(127,128,13); }
td.TdClassName
{
border-color: #7F800D;
}
.TagClassName
{
border-color: #7F800D;
}
</style>