Shades of Olive #828C10
Tints of Olive #828C10
RGB
CMYK
RGB Variations
Color information
#828C10 (or 0x828C10) is known color: Olive. HEX triplet: 82, 8C and 10. RGB value is (130,140,16). Sum of RGB (Red+Green+Blue) = 130+140+16=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #828C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828C10 is #7D73EF. Grayscale: #7B7B7B. Windows color (decimal): -8221680 or 1084546. OLE color: 1084546.
HSL color Cylindrical-coordinate representation of color #828C10: hue angle of 64.84º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #828C10 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 16 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.45 |
| HSL | 64.84º | 0.79% | 0.31% | - |
| HSV(B) | 64.84º | 0.89% | 0.55% | - |
| XYZ | 18.68 | 23.54 | 4.05 | - |
| YUV | 122.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 16 | 0.07 | 0 | 0.89 | 0.45 | 64.84 | 0.79 | 0.31 |
| Hex | 82 | 8C | 10 | 7 | 0 | 59 | 2D | 41 | 4F | 1F |
| Octal | 202 | 214 | 20 | 7 | 0 | 131 | 55 | 101 | 117 | 37 |
| Binary | 10000010 | 10001100 | 10000 | 111 | 0 | 1011001 | 101101 | 1000001 | 1001111 | 11111 |
Color Harmonies of #828C10
Complementary color
Monochromatic Colors of #828C10
Black with #828C10
Text Example
Text Example
White with #828C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C10; }
p { color: rgb(130,140,16); }
H1.HeaderClassName
{
color: #828C10;
}
.AnyTagClassName
{
color: #828C10;
}
</style>
background-color css
<style>
a { background-color: #828C10; }
a { background-color: rgb(130,140,16); }
div.DivClassName
{
background-color: #828C10;
}
.BgClassName
{
background-color: #828C10;
}
</style>
border-color css
<style>
span { border-color: #828C10; }
span { border-color: rgb(130,140,16); }
td.TdClassName
{
border-color: #828C10;
}
.TagClassName
{
border-color: #828C10;
}
</style>