Shades of Olive #818602
Tints of Olive #818602
RGB
CMYK
RGB Variations
Color information
#818602 (or 0x818602) is known color: Olive. HEX triplet: 81, 86 and 02. RGB value is (129,134,2). Sum of RGB (Red+Green+Blue) = 129+134+2=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #818602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818602 is #7E79FD. Grayscale: #757575. Windows color (decimal): -8288766 or 165505. OLE color: 165505.
HSL color Cylindrical-coordinate representation of color #818602: hue angle of 62.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #818602 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 134 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.47 |
| HSL | 62.27º | 0.97% | 0.27% | - |
| HSV(B) | 62.27º | 0.99% | 0.53% | - |
| XYZ | 17.59 | 21.72 | 3.32 | - |
| YUV | 117.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 2 | 0.04 | 0 | 0.99 | 0.47 | 62.27 | 0.97 | 0.27 |
| Hex | 81 | 86 | 2 | 4 | 0 | 63 | 2F | 3E | 61 | 1B |
| Octal | 201 | 206 | 2 | 4 | 0 | 143 | 57 | 76 | 141 | 33 |
| Binary | 10000001 | 10000110 | 10 | 100 | 0 | 1100011 | 101111 | 111110 | 1100001 | 11011 |
Color Harmonies of #818602
Complementary color
Monochromatic Colors of #818602
Black with #818602
Text Example
Text Example
White with #818602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818602; }
p { color: rgb(129,134,2); }
H1.HeaderClassName
{
color: #818602;
}
.AnyTagClassName
{
color: #818602;
}
</style>
background-color css
<style>
a { background-color: #818602; }
a { background-color: rgb(129,134,2); }
div.DivClassName
{
background-color: #818602;
}
.BgClassName
{
background-color: #818602;
}
</style>
border-color css
<style>
span { border-color: #818602; }
span { border-color: rgb(129,134,2); }
td.TdClassName
{
border-color: #818602;
}
.TagClassName
{
border-color: #818602;
}
</style>