Shades of Olive #828F0E
Tints of Olive #828F0E
RGB
CMYK
RGB Variations
Color information
#828F0E (or 0x828F0E) is known color: Olive. HEX triplet: 82, 8F and 0E. RGB value is (130,143,14). Sum of RGB (Red+Green+Blue) = 130+143+14=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #828F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828F0E is #7D70F1. Grayscale: #7C7C7C. Windows color (decimal): -8220914 or 954242. OLE color: 954242.
HSL color Cylindrical-coordinate representation of color #828F0E: hue angle of 66.05º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #828F0E is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 14 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.44 |
| HSL | 66.05º | 0.82% | 0.31% | - |
| HSV(B) | 66.05º | 0.9% | 0.56% | - |
| XYZ | 19.11 | 24.42 | 4.12 | - |
| YUV | 124.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 14 | 0.09 | 0 | 0.90 | 0.44 | 66.05 | 0.82 | 0.31 |
| Hex | 82 | 8F | E | 9 | 0 | 5A | 2C | 42 | 52 | 1F |
| Octal | 202 | 217 | 16 | 11 | 0 | 132 | 54 | 102 | 122 | 37 |
| Binary | 10000010 | 10001111 | 1110 | 1001 | 0 | 1011010 | 101100 | 1000010 | 1010010 | 11111 |
Color Harmonies of #828F0E
Complementary color
Monochromatic Colors of #828F0E
Black with #828F0E
Text Example
Text Example
White with #828F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F0E; }
p { color: rgb(130,143,14); }
H1.HeaderClassName
{
color: #828F0E;
}
.AnyTagClassName
{
color: #828F0E;
}
</style>
background-color css
<style>
a { background-color: #828F0E; }
a { background-color: rgb(130,143,14); }
div.DivClassName
{
background-color: #828F0E;
}
.BgClassName
{
background-color: #828F0E;
}
</style>
border-color css
<style>
span { border-color: #828F0E; }
span { border-color: rgb(130,143,14); }
td.TdClassName
{
border-color: #828F0E;
}
.TagClassName
{
border-color: #828F0E;
}
</style>