Shades of Olive #827300
Tints of Olive #827300
RGB
CMYK
RGB Variations
Color information
#827300 (or 0x827300) is known color: Olive. HEX triplet: 82, 73 and 00. RGB value is (130,115,0). Sum of RGB (Red+Green+Blue) = 130+115+0=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #827300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827300 is #7D8CFF. Grayscale: #6A6A6A. Windows color (decimal): -8228096 or 29570. OLE color: 29570.
HSL color Cylindrical-coordinate representation of color #827300: hue angle of 53.08º 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 #827300 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.49 |
| HSL | 53.08º | 1% | 0.25% | - |
| HSV(B) | 53.08º | 1% | 0.51% | - |
| XYZ | 15.34 | 17.01 | 2.47 | - |
| YUV | 106.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 0 | 0 | 0.12 | 1 | 0.49 | 53.08 | 1 | 0.25 |
| Hex | 82 | 73 | 0 | 0 | C | 64 | 31 | 35 | 64 | 19 |
| Octal | 202 | 163 | 0 | 0 | 14 | 144 | 61 | 65 | 144 | 31 |
| Binary | 10000010 | 1110011 | 0 | 0 | 1100 | 1100100 | 110001 | 110101 | 1100100 | 11001 |
Color Harmonies of #827300
Complementary color
Monochromatic Colors of #827300
Black with #827300
Text Example
Text Example
White with #827300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827300; }
p { color: rgb(130,115,0); }
H1.HeaderClassName
{
color: #827300;
}
.AnyTagClassName
{
color: #827300;
}
</style>
background-color css
<style>
a { background-color: #827300; }
a { background-color: rgb(130,115,0); }
div.DivClassName
{
background-color: #827300;
}
.BgClassName
{
background-color: #827300;
}
</style>
border-color css
<style>
span { border-color: #827300; }
span { border-color: rgb(130,115,0); }
td.TdClassName
{
border-color: #827300;
}
.TagClassName
{
border-color: #827300;
}
</style>