Shades of Olive #828107
Tints of Olive #828107
RGB
CMYK
RGB Variations
Color information
#828107 (or 0x828107) is known color: Olive. HEX triplet: 82, 81 and 07. RGB value is (130,129,7). Sum of RGB (Red+Green+Blue) = 130+129+7=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #828107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828107 is #7D7EF8. Grayscale: #737373. Windows color (decimal): -8224505 or 491906. OLE color: 491906.
HSL color Cylindrical-coordinate representation of color #828107: hue angle of 59.51º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #828107 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 7 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.49 |
| HSL | 59.51º | 0.9% | 0.27% | - |
| HSV(B) | 59.51º | 0.95% | 0.51% | - |
| XYZ | 17.09 | 20.46 | 3.25 | - |
| YUV | 115.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 7 | 0 | 0.01 | 0.95 | 0.49 | 59.51 | 0.9 | 0.27 |
| Hex | 82 | 81 | 7 | 0 | 1 | 5F | 31 | 3C | 5A | 1B |
| Octal | 202 | 201 | 7 | 0 | 1 | 137 | 61 | 74 | 132 | 33 |
| Binary | 10000010 | 10000001 | 111 | 0 | 1 | 1011111 | 110001 | 111100 | 1011010 | 11011 |
Color Harmonies of #828107
Complementary color
Monochromatic Colors of #828107
Black with #828107
Text Example
Text Example
White with #828107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828107; }
p { color: rgb(130,129,7); }
H1.HeaderClassName
{
color: #828107;
}
.AnyTagClassName
{
color: #828107;
}
</style>
background-color css
<style>
a { background-color: #828107; }
a { background-color: rgb(130,129,7); }
div.DivClassName
{
background-color: #828107;
}
.BgClassName
{
background-color: #828107;
}
</style>
border-color css
<style>
span { border-color: #828107; }
span { border-color: rgb(130,129,7); }
td.TdClassName
{
border-color: #828107;
}
.TagClassName
{
border-color: #828107;
}
</style>