Shades of Olive #807F0D
Tints of Olive #807F0D
RGB
CMYK
RGB Variations
Color information
#807F0D (or 0x807F0D) is known color: Olive. HEX triplet: 80, 7F and 0D. RGB value is (128,127,13). Sum of RGB (Red+Green+Blue) = 128+127+13=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #807F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807F0D is #7F80F2. Grayscale: #727272. Windows color (decimal): -8356083 or 884608. OLE color: 884608.
HSL color Cylindrical-coordinate representation of color #807F0D: hue angle of 59.48º 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 #807F0D is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 13 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.50 |
| HSL | 59.48º | 0.82% | 0.28% | - |
| HSV(B) | 59.48º | 0.9% | 0.5% | - |
| XYZ | 16.56 | 19.8 | 3.33 | - |
| YUV | 114.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 13 | 0 | 0.01 | 0.90 | 0.50 | 59.48 | 0.82 | 0.28 |
| Hex | 80 | 7F | D | 0 | 1 | 5A | 32 | 3B | 52 | 1C |
| Octal | 200 | 177 | 15 | 0 | 1 | 132 | 62 | 73 | 122 | 34 |
| Binary | 10000000 | 1111111 | 1101 | 0 | 1 | 1011010 | 110010 | 111011 | 1010010 | 11100 |
Color Harmonies of #807F0D
Complementary color
Monochromatic Colors of #807F0D
Black with #807F0D
Text Example
Text Example
White with #807F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F0D; }
p { color: rgb(128,127,13); }
H1.HeaderClassName
{
color: #807F0D;
}
.AnyTagClassName
{
color: #807F0D;
}
</style>
background-color css
<style>
a { background-color: #807F0D; }
a { background-color: rgb(128,127,13); }
div.DivClassName
{
background-color: #807F0D;
}
.BgClassName
{
background-color: #807F0D;
}
</style>
border-color css
<style>
span { border-color: #807F0D; }
span { border-color: rgb(128,127,13); }
td.TdClassName
{
border-color: #807F0D;
}
.TagClassName
{
border-color: #807F0D;
}
</style>