Shades of Olive #818207
Tints of Olive #818207
RGB
CMYK
RGB Variations
Color information
#818207 (or 0x818207) is known color: Olive. HEX triplet: 81, 82 and 07. RGB value is (129,130,7). Sum of RGB (Red+Green+Blue) = 129+130+7=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #818207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818207 is #7E7DF8. Grayscale: #747474. Windows color (decimal): -8289785 or 492161. OLE color: 492161.
HSL color Cylindrical-coordinate representation of color #818207: hue angle of 60.49º 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 #818207 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 7 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.49 |
| HSL | 60.49º | 0.9% | 0.27% | - |
| HSV(B) | 60.49º | 0.95% | 0.51% | - |
| XYZ | 17.07 | 20.65 | 3.29 | - |
| YUV | 115.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 7 | 0.01 | 0 | 0.95 | 0.49 | 60.49 | 0.9 | 0.27 |
| Hex | 81 | 82 | 7 | 1 | 0 | 5F | 31 | 3C | 5A | 1B |
| Octal | 201 | 202 | 7 | 1 | 0 | 137 | 61 | 74 | 132 | 33 |
| Binary | 10000001 | 10000010 | 111 | 1 | 0 | 1011111 | 110001 | 111100 | 1011010 | 11011 |
Color Harmonies of #818207
Complementary color
Monochromatic Colors of #818207
Black with #818207
Text Example
Text Example
White with #818207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818207; }
p { color: rgb(129,130,7); }
H1.HeaderClassName
{
color: #818207;
}
.AnyTagClassName
{
color: #818207;
}
</style>
background-color css
<style>
a { background-color: #818207; }
a { background-color: rgb(129,130,7); }
div.DivClassName
{
background-color: #818207;
}
.BgClassName
{
background-color: #818207;
}
</style>
border-color css
<style>
span { border-color: #818207; }
span { border-color: rgb(129,130,7); }
td.TdClassName
{
border-color: #818207;
}
.TagClassName
{
border-color: #818207;
}
</style>