Shades of Olive #827F03
Tints of Olive #827F03
RGB
CMYK
RGB Variations
Color information
#827F03 (or 0x827F03) is known color: Olive. HEX triplet: 82, 7F and 03. RGB value is (130,127,3). Sum of RGB (Red+Green+Blue) = 130+127+3=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #827F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F03 is #7D80FC. Grayscale: #727272. Windows color (decimal): -8225021 or 229250. OLE color: 229250.
HSL color Cylindrical-coordinate representation of color #827F03: hue angle of 58.58º 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 #827F03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.49 |
| HSL | 58.58º | 0.95% | 0.26% | - |
| HSV(B) | 58.58º | 0.98% | 0.51% | - |
| XYZ | 16.81 | 19.93 | 3.05 | - |
| YUV | 113.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 3 | 0 | 0.02 | 0.98 | 0.49 | 58.58 | 0.95 | 0.26 |
| Hex | 82 | 7F | 3 | 0 | 2 | 62 | 31 | 3B | 5F | 1A |
| Octal | 202 | 177 | 3 | 0 | 2 | 142 | 61 | 73 | 137 | 32 |
| Binary | 10000010 | 1111111 | 11 | 0 | 10 | 1100010 | 110001 | 111011 | 1011111 | 11010 |
Color Harmonies of #827F03
Complementary color
Monochromatic Colors of #827F03
Black with #827F03
Text Example
Text Example
White with #827F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F03; }
p { color: rgb(130,127,3); }
H1.HeaderClassName
{
color: #827F03;
}
.AnyTagClassName
{
color: #827F03;
}
</style>
background-color css
<style>
a { background-color: #827F03; }
a { background-color: rgb(130,127,3); }
div.DivClassName
{
background-color: #827F03;
}
.BgClassName
{
background-color: #827F03;
}
</style>
border-color css
<style>
span { border-color: #827F03; }
span { border-color: rgb(130,127,3); }
td.TdClassName
{
border-color: #827F03;
}
.TagClassName
{
border-color: #827F03;
}
</style>