Shades of Olive #827800
Tints of Olive #827800
RGB
CMYK
RGB Variations
Color information
#827800 (or 0x827800) is known color: Olive. HEX triplet: 82, 78 and 00. RGB value is (130,120,0). Sum of RGB (Red+Green+Blue) = 130+120+0=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #827800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827800 is #7D87FF. Grayscale: #6D6D6D. Windows color (decimal): -8226816 or 30850. OLE color: 30850.
HSL color Cylindrical-coordinate representation of color #827800: hue angle of 55.38º 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 #827800 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.49 |
| HSL | 55.38º | 1% | 0.25% | - |
| HSV(B) | 55.38º | 1% | 0.51% | - |
| XYZ | 15.92 | 18.18 | 2.67 | - |
| YUV | 109.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 0 | 0 | 0.08 | 1 | 0.49 | 55.38 | 1 | 0.25 |
| Hex | 82 | 78 | 0 | 0 | 8 | 64 | 31 | 37 | 64 | 19 |
| Octal | 202 | 170 | 0 | 0 | 10 | 144 | 61 | 67 | 144 | 31 |
| Binary | 10000010 | 1111000 | 0 | 0 | 1000 | 1100100 | 110001 | 110111 | 1100100 | 11001 |
Color Harmonies of #827800
Complementary color
Monochromatic Colors of #827800
Black with #827800
Text Example
Text Example
White with #827800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827800; }
p { color: rgb(130,120,0); }
H1.HeaderClassName
{
color: #827800;
}
.AnyTagClassName
{
color: #827800;
}
</style>
background-color css
<style>
a { background-color: #827800; }
a { background-color: rgb(130,120,0); }
div.DivClassName
{
background-color: #827800;
}
.BgClassName
{
background-color: #827800;
}
</style>
border-color css
<style>
span { border-color: #827800; }
span { border-color: rgb(130,120,0); }
td.TdClassName
{
border-color: #827800;
}
.TagClassName
{
border-color: #827800;
}
</style>