Shades of Olive #827B0A
Tints of Olive #827B0A
RGB
CMYK
RGB Variations
Color information
#827B0A (or 0x827B0A) is known color: Olive. HEX triplet: 82, 7B and 0A. RGB value is (130,123,10). Sum of RGB (Red+Green+Blue) = 130+123+10=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #827B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827B0A is #7D84F5. Grayscale: #707070. Windows color (decimal): -8226038 or 686978. OLE color: 686978.
HSL color Cylindrical-coordinate representation of color #827B0A: hue angle of 56.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #827B0A is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 10 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.49 |
| HSL | 56.5º | 0.86% | 0.27% | - |
| HSV(B) | 56.5º | 0.92% | 0.51% | - |
| XYZ | 16.34 | 18.93 | 3.08 | - |
| YUV | 112.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 10 | 0 | 0.05 | 0.92 | 0.49 | 56.5 | 0.86 | 0.27 |
| Hex | 82 | 7B | A | 0 | 5 | 5C | 31 | 38 | 56 | 1B |
| Octal | 202 | 173 | 12 | 0 | 5 | 134 | 61 | 70 | 126 | 33 |
| Binary | 10000010 | 1111011 | 1010 | 0 | 101 | 1011100 | 110001 | 111000 | 1010110 | 11011 |
Color Harmonies of #827B0A
Complementary color
Monochromatic Colors of #827B0A
Black with #827B0A
Text Example
Text Example
White with #827B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B0A; }
p { color: rgb(130,123,10); }
H1.HeaderClassName
{
color: #827B0A;
}
.AnyTagClassName
{
color: #827B0A;
}
</style>
background-color css
<style>
a { background-color: #827B0A; }
a { background-color: rgb(130,123,10); }
div.DivClassName
{
background-color: #827B0A;
}
.BgClassName
{
background-color: #827B0A;
}
</style>
border-color css
<style>
span { border-color: #827B0A; }
span { border-color: rgb(130,123,10); }
td.TdClassName
{
border-color: #827B0A;
}
.TagClassName
{
border-color: #827B0A;
}
</style>