Shades of Olive #7F820B
Tints of Olive #7F820B
RGB
CMYK
RGB Variations
Color information
#7F820B (or 0x7F820B) is known color: Olive. HEX triplet: 7F, 82 and 0B. RGB value is (127,130,11). Sum of RGB (Red+Green+Blue) = 127+130+11=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #7F820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F820B is #807DF4. Grayscale: #747474. Windows color (decimal): -8420853 or 754303. OLE color: 754303.
HSL color Cylindrical-coordinate representation of color #7F820B: hue angle of 61.51º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F820B is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 11 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.49 |
| HSL | 61.51º | 0.84% | 0.28% | - |
| HSV(B) | 61.51º | 0.92% | 0.51% | - |
| XYZ | 16.8 | 20.5 | 3.39 | - |
| YUV | 115.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 11 | 0.02 | 0 | 0.92 | 0.49 | 61.51 | 0.84 | 0.28 |
| Hex | 7F | 82 | B | 2 | 0 | 5C | 31 | 3E | 54 | 1C |
| Octal | 177 | 202 | 13 | 2 | 0 | 134 | 61 | 76 | 124 | 34 |
| Binary | 1111111 | 10000010 | 1011 | 10 | 0 | 1011100 | 110001 | 111110 | 1010100 | 11100 |
Color Harmonies of #7F820B
Complementary color
Monochromatic Colors of #7F820B
Black with #7F820B
Text Example
Text Example
White with #7F820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F820B; }
p { color: rgb(127,130,11); }
H1.HeaderClassName
{
color: #7F820B;
}
.AnyTagClassName
{
color: #7F820B;
}
</style>
background-color css
<style>
a { background-color: #7F820B; }
a { background-color: rgb(127,130,11); }
div.DivClassName
{
background-color: #7F820B;
}
.BgClassName
{
background-color: #7F820B;
}
</style>
border-color css
<style>
span { border-color: #7F820B; }
span { border-color: rgb(127,130,11); }
td.TdClassName
{
border-color: #7F820B;
}
.TagClassName
{
border-color: #7F820B;
}
</style>