Shades of Olive #827A07
Tints of Olive #827A07
RGB
CMYK
RGB Variations
Color information
#827A07 (or 0x827A07) is known color: Olive. HEX triplet: 82, 7A and 07. RGB value is (130,122,7). Sum of RGB (Red+Green+Blue) = 130+122+7=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #827A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A07 is #7D85F8. Grayscale: #6F6F6F. Windows color (decimal): -8226297 or 490114. OLE color: 490114.
HSL color Cylindrical-coordinate representation of color #827A07: hue angle of 56.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #827A07 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 7 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.49 |
| HSL | 56.1º | 0.9% | 0.27% | - |
| HSV(B) | 56.1º | 0.95% | 0.51% | - |
| XYZ | 16.2 | 18.68 | 2.95 | - |
| YUV | 111.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 7 | 0 | 0.06 | 0.95 | 0.49 | 56.1 | 0.9 | 0.27 |
| Hex | 82 | 7A | 7 | 0 | 6 | 5F | 31 | 38 | 5A | 1B |
| Octal | 202 | 172 | 7 | 0 | 6 | 137 | 61 | 70 | 132 | 33 |
| Binary | 10000010 | 1111010 | 111 | 0 | 110 | 1011111 | 110001 | 111000 | 1011010 | 11011 |
Color Harmonies of #827A07
Complementary color
Monochromatic Colors of #827A07
Black with #827A07
Text Example
Text Example
White with #827A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A07; }
p { color: rgb(130,122,7); }
H1.HeaderClassName
{
color: #827A07;
}
.AnyTagClassName
{
color: #827A07;
}
</style>
background-color css
<style>
a { background-color: #827A07; }
a { background-color: rgb(130,122,7); }
div.DivClassName
{
background-color: #827A07;
}
.BgClassName
{
background-color: #827A07;
}
</style>
border-color css
<style>
span { border-color: #827A07; }
span { border-color: rgb(130,122,7); }
td.TdClassName
{
border-color: #827A07;
}
.TagClassName
{
border-color: #827A07;
}
</style>