Shades of Olive #827C0D
Tints of Olive #827C0D
RGB
CMYK
RGB Variations
Color information
#827C0D (or 0x827C0D) is known color: Olive. HEX triplet: 82, 7C and 0D. RGB value is (130,124,13). Sum of RGB (Red+Green+Blue) = 130+124+13=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #827C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C0D is #7D83F2. Grayscale: #717171. Windows color (decimal): -8225779 or 883842. OLE color: 883842.
HSL color Cylindrical-coordinate representation of color #827C0D: hue angle of 56.92º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #827C0D is Cyan = 0, Magento = 0.05, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 13 | - |
| CMYK | 0 | 0.05 | 0.9 | 0.49 |
| HSL | 56.92º | 0.82% | 0.28% | - |
| HSV(B) | 56.92º | 0.9% | 0.51% | - |
| XYZ | 16.49 | 19.19 | 3.22 | - |
| YUV | 113.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 13 | 0 | 0.05 | 0.9 | 0.49 | 56.92 | 0.82 | 0.28 |
| Hex | 82 | 7C | D | 0 | 5 | 5A | 31 | 39 | 52 | 1C |
| Octal | 202 | 174 | 15 | 0 | 5 | 132 | 61 | 71 | 122 | 34 |
| Binary | 10000010 | 1111100 | 1101 | 0 | 101 | 1011010 | 110001 | 111001 | 1010010 | 11100 |
Color Harmonies of #827C0D
Complementary color
Monochromatic Colors of #827C0D
Black with #827C0D
Text Example
Text Example
White with #827C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C0D; }
p { color: rgb(130,124,13); }
H1.HeaderClassName
{
color: #827C0D;
}
.AnyTagClassName
{
color: #827C0D;
}
</style>
background-color css
<style>
a { background-color: #827C0D; }
a { background-color: rgb(130,124,13); }
div.DivClassName
{
background-color: #827C0D;
}
.BgClassName
{
background-color: #827C0D;
}
</style>
border-color css
<style>
span { border-color: #827C0D; }
span { border-color: rgb(130,124,13); }
td.TdClassName
{
border-color: #827C0D;
}
.TagClassName
{
border-color: #827C0D;
}
</style>