Shades of Olive #827C0E
Tints of Olive #827C0E
RGB
CMYK
RGB Variations
Color information
#827C0E (or 0x827C0E) is known color: Olive. HEX triplet: 82, 7C and 0E. RGB value is (130,124,14). Sum of RGB (Red+Green+Blue) = 130+124+14=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #827C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C0E is #7D83F1. Grayscale: #717171. Windows color (decimal): -8225778 or 949378. OLE color: 949378.
HSL color Cylindrical-coordinate representation of color #827C0E: hue angle of 56.9º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #827C0E is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 14 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.49 |
| HSL | 56.9º | 0.81% | 0.28% | - |
| HSV(B) | 56.9º | 0.89% | 0.51% | - |
| XYZ | 16.49 | 19.19 | 3.25 | - |
| YUV | 113.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 14 | 0 | 0.05 | 0.89 | 0.49 | 56.9 | 0.81 | 0.28 |
| Hex | 82 | 7C | E | 0 | 5 | 59 | 31 | 39 | 51 | 1C |
| Octal | 202 | 174 | 16 | 0 | 5 | 131 | 61 | 71 | 121 | 34 |
| Binary | 10000010 | 1111100 | 1110 | 0 | 101 | 1011001 | 110001 | 111001 | 1010001 | 11100 |
Color Harmonies of #827C0E
Complementary color
Monochromatic Colors of #827C0E
Black with #827C0E
Text Example
Text Example
White with #827C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C0E; }
p { color: rgb(130,124,14); }
H1.HeaderClassName
{
color: #827C0E;
}
.AnyTagClassName
{
color: #827C0E;
}
</style>
background-color css
<style>
a { background-color: #827C0E; }
a { background-color: rgb(130,124,14); }
div.DivClassName
{
background-color: #827C0E;
}
.BgClassName
{
background-color: #827C0E;
}
</style>
border-color css
<style>
span { border-color: #827C0E; }
span { border-color: rgb(130,124,14); }
td.TdClassName
{
border-color: #827C0E;
}
.TagClassName
{
border-color: #827C0E;
}
</style>