Shades of Olive #868402
Tints of Olive #868402
RGB
CMYK
RGB Variations
Color information
#868402 (or 0x868402) is known color: Olive. HEX triplet: 86, 84 and 02. RGB value is (134,132,2). Sum of RGB (Red+Green+Blue) = 134+132+2=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #868402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868402 is #797BFD. Grayscale: #767676. Windows color (decimal): -7961598 or 164998. OLE color: 164998.
HSL color Cylindrical-coordinate representation of color #868402: hue angle of 59.09º 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 #868402 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 132 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.47 |
| HSL | 59.09º | 0.97% | 0.27% | - |
| HSV(B) | 59.09º | 0.99% | 0.53% | - |
| XYZ | 18.09 | 21.58 | 3.27 | - |
| YUV | 117.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 132 | 2 | 0 | 0.01 | 0.99 | 0.47 | 59.09 | 0.97 | 0.27 |
| Hex | 86 | 84 | 2 | 0 | 1 | 63 | 2F | 3B | 61 | 1B |
| Octal | 206 | 204 | 2 | 0 | 1 | 143 | 57 | 73 | 141 | 33 |
| Binary | 10000110 | 10000100 | 10 | 0 | 1 | 1100011 | 101111 | 111011 | 1100001 | 11011 |
Color Harmonies of #868402
Complementary color
Monochromatic Colors of #868402
Black with #868402
Text Example
Text Example
White with #868402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868402; }
p { color: rgb(134,132,2); }
H1.HeaderClassName
{
color: #868402;
}
.AnyTagClassName
{
color: #868402;
}
</style>
background-color css
<style>
a { background-color: #868402; }
a { background-color: rgb(134,132,2); }
div.DivClassName
{
background-color: #868402;
}
.BgClassName
{
background-color: #868402;
}
</style>
border-color css
<style>
span { border-color: #868402; }
span { border-color: rgb(134,132,2); }
td.TdClassName
{
border-color: #868402;
}
.TagClassName
{
border-color: #868402;
}
</style>