Shades of Olive #828B10
Tints of Olive #828B10
RGB
CMYK
RGB Variations
Color information
#828B10 (or 0x828B10) is known color: Olive. HEX triplet: 82, 8B and 10. RGB value is (130,139,16). Sum of RGB (Red+Green+Blue) = 130+139+16=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #828B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828B10 is #7D74EF. Grayscale: #7A7A7A. Windows color (decimal): -8221936 or 1084290. OLE color: 1084290.
HSL color Cylindrical-coordinate representation of color #828B10: hue angle of 64.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #828B10 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 16 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.45 |
| HSL | 64.39º | 0.79% | 0.3% | - |
| HSV(B) | 64.39º | 0.88% | 0.55% | - |
| XYZ | 18.53 | 23.25 | 4 | - |
| YUV | 122.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 16 | 0.06 | 0 | 0.88 | 0.45 | 64.39 | 0.79 | 0.3 |
| Hex | 82 | 8B | 10 | 6 | 0 | 58 | 2D | 40 | 4F | 1E |
| Octal | 202 | 213 | 20 | 6 | 0 | 130 | 55 | 100 | 117 | 36 |
| Binary | 10000010 | 10001011 | 10000 | 110 | 0 | 1011000 | 101101 | 1000000 | 1001111 | 11110 |
Color Harmonies of #828B10
Complementary color
Monochromatic Colors of #828B10
Black with #828B10
Text Example
Text Example
White with #828B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B10; }
p { color: rgb(130,139,16); }
H1.HeaderClassName
{
color: #828B10;
}
.AnyTagClassName
{
color: #828B10;
}
</style>
background-color css
<style>
a { background-color: #828B10; }
a { background-color: rgb(130,139,16); }
div.DivClassName
{
background-color: #828B10;
}
.BgClassName
{
background-color: #828B10;
}
</style>
border-color css
<style>
span { border-color: #828B10; }
span { border-color: rgb(130,139,16); }
td.TdClassName
{
border-color: #828B10;
}
.TagClassName
{
border-color: #828B10;
}
</style>