Shades of Olive #827A0B
Tints of Olive #827A0B
RGB
CMYK
RGB Variations
Color information
#827A0B (or 0x827A0B) is known color: Olive. HEX triplet: 82, 7A and 0B. RGB value is (130,122,11). Sum of RGB (Red+Green+Blue) = 130+122+11=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #827A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A0B is #7D85F4. Grayscale: #707070. Windows color (decimal): -8226293 or 752258. OLE color: 752258.
HSL color Cylindrical-coordinate representation of color #827A0B: hue angle of 55.97º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #827A0B is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 11 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.49 |
| HSL | 55.97º | 0.84% | 0.28% | - |
| HSV(B) | 55.97º | 0.92% | 0.51% | - |
| XYZ | 16.23 | 18.69 | 3.07 | - |
| YUV | 111.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 11 | 0 | 0.06 | 0.92 | 0.49 | 55.97 | 0.84 | 0.28 |
| Hex | 82 | 7A | B | 0 | 6 | 5C | 31 | 38 | 54 | 1C |
| Octal | 202 | 172 | 13 | 0 | 6 | 134 | 61 | 70 | 124 | 34 |
| Binary | 10000010 | 1111010 | 1011 | 0 | 110 | 1011100 | 110001 | 111000 | 1010100 | 11100 |
Color Harmonies of #827A0B
Complementary color
Monochromatic Colors of #827A0B
Black with #827A0B
Text Example
Text Example
White with #827A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A0B; }
p { color: rgb(130,122,11); }
H1.HeaderClassName
{
color: #827A0B;
}
.AnyTagClassName
{
color: #827A0B;
}
</style>
background-color css
<style>
a { background-color: #827A0B; }
a { background-color: rgb(130,122,11); }
div.DivClassName
{
background-color: #827A0B;
}
.BgClassName
{
background-color: #827A0B;
}
</style>
border-color css
<style>
span { border-color: #827A0B; }
span { border-color: rgb(130,122,11); }
td.TdClassName
{
border-color: #827A0B;
}
.TagClassName
{
border-color: #827A0B;
}
</style>