Shades of Olive #827100
Tints of Olive #827100
RGB
CMYK
RGB Variations
Color information
#827100 (or 0x827100) is known color: Olive. HEX triplet: 82, 71 and 00. RGB value is (130,113,0). Sum of RGB (Red+Green+Blue) = 130+113+0=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #827100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827100 is #7D8EFF. Grayscale: #696969. Windows color (decimal): -8228608 or 29058. OLE color: 29058.
HSL color Cylindrical-coordinate representation of color #827100: hue angle of 52.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #827100 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.49 |
| HSL | 52.15º | 1% | 0.25% | - |
| HSV(B) | 52.15º | 1% | 0.51% | - |
| XYZ | 15.11 | 16.56 | 2.4 | - |
| YUV | 105.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 0 | 0 | 0.13 | 1 | 0.49 | 52.15 | 1 | 0.25 |
| Hex | 82 | 71 | 0 | 0 | D | 64 | 31 | 34 | 64 | 19 |
| Octal | 202 | 161 | 0 | 0 | 15 | 144 | 61 | 64 | 144 | 31 |
| Binary | 10000010 | 1110001 | 0 | 0 | 1101 | 1100100 | 110001 | 110100 | 1100100 | 11001 |
Color Harmonies of #827100
Complementary color
Monochromatic Colors of #827100
Black with #827100
Text Example
Text Example
White with #827100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827100; }
p { color: rgb(130,113,0); }
H1.HeaderClassName
{
color: #827100;
}
.AnyTagClassName
{
color: #827100;
}
</style>
background-color css
<style>
a { background-color: #827100; }
a { background-color: rgb(130,113,0); }
div.DivClassName
{
background-color: #827100;
}
.BgClassName
{
background-color: #827100;
}
</style>
border-color css
<style>
span { border-color: #827100; }
span { border-color: rgb(130,113,0); }
td.TdClassName
{
border-color: #827100;
}
.TagClassName
{
border-color: #827100;
}
</style>