Shades of Olive #827F00
Tints of Olive #827F00
RGB
CMYK
RGB Variations
Color information
#827F00 (or 0x827F00) is known color: Olive. HEX triplet: 82, 7F and 00. RGB value is (130,127,0). Sum of RGB (Red+Green+Blue) = 130+127+0=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #827F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F00 is #7D80FF. Grayscale: #717171. Windows color (decimal): -8225024 or 32642. OLE color: 32642.
HSL color Cylindrical-coordinate representation of color #827F00: hue angle of 58.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #827F00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.49 |
| HSL | 58.62º | 1% | 0.25% | - |
| HSV(B) | 58.62º | 1% | 0.51% | - |
| XYZ | 16.8 | 19.92 | 2.96 | - |
| YUV | 113.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 0 | 0 | 0.02 | 1 | 0.49 | 58.62 | 1 | 0.25 |
| Hex | 82 | 7F | 0 | 0 | 2 | 64 | 31 | 3B | 64 | 19 |
| Octal | 202 | 177 | 0 | 0 | 2 | 144 | 61 | 73 | 144 | 31 |
| Binary | 10000010 | 1111111 | 0 | 0 | 10 | 1100100 | 110001 | 111011 | 1100100 | 11001 |
Color Harmonies of #827F00
Complementary color
Monochromatic Colors of #827F00
Black with #827F00
Text Example
Text Example
White with #827F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F00; }
p { color: rgb(130,127,0); }
H1.HeaderClassName
{
color: #827F00;
}
.AnyTagClassName
{
color: #827F00;
}
</style>
background-color css
<style>
a { background-color: #827F00; }
a { background-color: rgb(130,127,0); }
div.DivClassName
{
background-color: #827F00;
}
.BgClassName
{
background-color: #827F00;
}
</style>
border-color css
<style>
span { border-color: #827F00; }
span { border-color: rgb(130,127,0); }
td.TdClassName
{
border-color: #827F00;
}
.TagClassName
{
border-color: #827F00;
}
</style>