Shades of Olive #826E09
Tints of Olive #826E09
RGB
CMYK
RGB Variations
Color information
#826E09 (or 0x826E09) is known color: Olive. HEX triplet: 82, 6E and 09. RGB value is (130,110,9). Sum of RGB (Red+Green+Blue) = 130+110+9=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826E09 is #7D91F6. Grayscale: #686868. Windows color (decimal): -8229367 or 618114. OLE color: 618114.
HSL color Cylindrical-coordinate representation of color #826E09: hue angle of 50.08º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #826E09 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 9 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.49 |
| HSL | 50.08º | 0.87% | 0.27% | - |
| HSV(B) | 50.08º | 0.93% | 0.51% | - |
| XYZ | 14.83 | 15.92 | 2.55 | - |
| YUV | 104.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 9 | 0 | 0.15 | 0.93 | 0.49 | 50.08 | 0.87 | 0.27 |
| Hex | 82 | 6E | 9 | 0 | F | 5D | 31 | 32 | 57 | 1B |
| Octal | 202 | 156 | 11 | 0 | 17 | 135 | 61 | 62 | 127 | 33 |
| Binary | 10000010 | 1101110 | 1001 | 0 | 1111 | 1011101 | 110001 | 110010 | 1010111 | 11011 |
Color Harmonies of #826E09
Complementary color
Monochromatic Colors of #826E09
Black with #826E09
Text Example
Text Example
White with #826E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E09; }
p { color: rgb(130,110,9); }
H1.HeaderClassName
{
color: #826E09;
}
.AnyTagClassName
{
color: #826E09;
}
</style>
background-color css
<style>
a { background-color: #826E09; }
a { background-color: rgb(130,110,9); }
div.DivClassName
{
background-color: #826E09;
}
.BgClassName
{
background-color: #826E09;
}
</style>
border-color css
<style>
span { border-color: #826E09; }
span { border-color: rgb(130,110,9); }
td.TdClassName
{
border-color: #826E09;
}
.TagClassName
{
border-color: #826E09;
}
</style>