Shades of Olive #827F0D
Tints of Olive #827F0D
RGB
CMYK
RGB Variations
Color information
#827F0D (or 0x827F0D) is known color: Olive. HEX triplet: 82, 7F and 0D. RGB value is (130,127,13). Sum of RGB (Red+Green+Blue) = 130+127+13=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F0D is #7D80F2. Grayscale: #737373. Windows color (decimal): -8225011 or 884610. OLE color: 884610.
HSL color Cylindrical-coordinate representation of color #827F0D: hue angle of 58.46º 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 #827F0D is Cyan = 0, Magento = 0.02, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 13 | - |
| CMYK | 0 | 0.02 | 0.9 | 0.49 |
| HSL | 58.46º | 0.82% | 0.28% | - |
| HSV(B) | 58.46º | 0.9% | 0.51% | - |
| XYZ | 16.87 | 19.95 | 3.34 | - |
| YUV | 114.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 13 | 0 | 0.02 | 0.9 | 0.49 | 58.46 | 0.82 | 0.28 |
| Hex | 82 | 7F | D | 0 | 2 | 5A | 31 | 3A | 52 | 1C |
| Octal | 202 | 177 | 15 | 0 | 2 | 132 | 61 | 72 | 122 | 34 |
| Binary | 10000010 | 1111111 | 1101 | 0 | 10 | 1011010 | 110001 | 111010 | 1010010 | 11100 |
Color Harmonies of #827F0D
Complementary color
Monochromatic Colors of #827F0D
Black with #827F0D
Text Example
Text Example
White with #827F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F0D; }
p { color: rgb(130,127,13); }
H1.HeaderClassName
{
color: #827F0D;
}
.AnyTagClassName
{
color: #827F0D;
}
</style>
background-color css
<style>
a { background-color: #827F0D; }
a { background-color: rgb(130,127,13); }
div.DivClassName
{
background-color: #827F0D;
}
.BgClassName
{
background-color: #827F0D;
}
</style>
border-color css
<style>
span { border-color: #827F0D; }
span { border-color: rgb(130,127,13); }
td.TdClassName
{
border-color: #827F0D;
}
.TagClassName
{
border-color: #827F0D;
}
</style>