Shades of Olive #827301
Tints of Olive #827301
RGB
CMYK
RGB Variations
Color information
#827301 (or 0x827301) is known color: Olive. HEX triplet: 82, 73 and 01. RGB value is (130,115,1). Sum of RGB (Red+Green+Blue) = 130+115+1=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #827301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827301 is #7D8CFE. Grayscale: #6A6A6A. Windows color (decimal): -8228095 or 95106. OLE color: 95106.
HSL color Cylindrical-coordinate representation of color #827301: hue angle of 53.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #827301 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.49 |
| HSL | 53.02º | 0.98% | 0.26% | - |
| HSV(B) | 53.02º | 0.99% | 0.51% | - |
| XYZ | 15.34 | 17.01 | 2.5 | - |
| YUV | 106.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 1 | 0 | 0.12 | 0.99 | 0.49 | 53.02 | 0.98 | 0.26 |
| Hex | 82 | 73 | 1 | 0 | C | 63 | 31 | 35 | 62 | 1A |
| Octal | 202 | 163 | 1 | 0 | 14 | 143 | 61 | 65 | 142 | 32 |
| Binary | 10000010 | 1110011 | 1 | 0 | 1100 | 1100011 | 110001 | 110101 | 1100010 | 11010 |
Color Harmonies of #827301
Complementary color
Monochromatic Colors of #827301
Black with #827301
Text Example
Text Example
White with #827301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827301; }
p { color: rgb(130,115,1); }
H1.HeaderClassName
{
color: #827301;
}
.AnyTagClassName
{
color: #827301;
}
</style>
background-color css
<style>
a { background-color: #827301; }
a { background-color: rgb(130,115,1); }
div.DivClassName
{
background-color: #827301;
}
.BgClassName
{
background-color: #827301;
}
</style>
border-color css
<style>
span { border-color: #827301; }
span { border-color: rgb(130,115,1); }
td.TdClassName
{
border-color: #827301;
}
.TagClassName
{
border-color: #827301;
}
</style>