Shades of Olive #826F03
Tints of Olive #826F03
RGB
CMYK
RGB Variations
Color information
#826F03 (or 0x826F03) is known color: Olive. HEX triplet: 82, 6F and 03. RGB value is (130,111,3). Sum of RGB (Red+Green+Blue) = 130+111+3=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #826F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F03 is #7D90FC. Grayscale: #686868. Windows color (decimal): -8229117 or 225154. OLE color: 225154.
HSL color Cylindrical-coordinate representation of color #826F03: hue angle of 51.02º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #826F03 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.49 |
| HSL | 51.02º | 0.95% | 0.26% | - |
| HSV(B) | 51.02º | 0.98% | 0.51% | - |
| XYZ | 14.91 | 16.12 | 2.41 | - |
| YUV | 104.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 3 | 0 | 0.15 | 0.98 | 0.49 | 51.02 | 0.95 | 0.26 |
| Hex | 82 | 6F | 3 | 0 | F | 62 | 31 | 33 | 5F | 1A |
| Octal | 202 | 157 | 3 | 0 | 17 | 142 | 61 | 63 | 137 | 32 |
| Binary | 10000010 | 1101111 | 11 | 0 | 1111 | 1100010 | 110001 | 110011 | 1011111 | 11010 |
Color Harmonies of #826F03
Complementary color
Monochromatic Colors of #826F03
Black with #826F03
Text Example
Text Example
White with #826F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F03; }
p { color: rgb(130,111,3); }
H1.HeaderClassName
{
color: #826F03;
}
.AnyTagClassName
{
color: #826F03;
}
</style>
background-color css
<style>
a { background-color: #826F03; }
a { background-color: rgb(130,111,3); }
div.DivClassName
{
background-color: #826F03;
}
.BgClassName
{
background-color: #826F03;
}
</style>
border-color css
<style>
span { border-color: #826F03; }
span { border-color: rgb(130,111,3); }
td.TdClassName
{
border-color: #826F03;
}
.TagClassName
{
border-color: #826F03;
}
</style>