Shades of Olive #869B03
Tints of Olive #869B03
RGB
CMYK
RGB Variations
Color information
#869B03 (or 0x869B03) is known color: Olive. HEX triplet: 86, 9B and 03. RGB value is (134,155,3). Sum of RGB (Red+Green+Blue) = 134+155+3=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #869B03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869B03 is #7964FC. Grayscale: #838383. Windows color (decimal): -7955709 or 236422. OLE color: 236422.
HSL color Cylindrical-coordinate representation of color #869B03: hue angle of 68.29º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #869B03 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.39 |
| HSL | 68.29º | 0.96% | 0.31% | - |
| HSV(B) | 68.29º | 0.98% | 0.61% | - |
| XYZ | 21.57 | 28.52 | 4.45 | - |
| YUV | 131.39 | 55.54 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 3 | 0.14 | 0 | 0.98 | 0.39 | 68.29 | 0.96 | 0.31 |
| Hex | 86 | 9B | 3 | E | 0 | 62 | 27 | 44 | 60 | 1F |
| Octal | 206 | 233 | 3 | 16 | 0 | 142 | 47 | 104 | 140 | 37 |
| Binary | 10000110 | 10011011 | 11 | 1110 | 0 | 1100010 | 100111 | 1000100 | 1100000 | 11111 |
Color Harmonies of #869B03
Complementary color
Monochromatic Colors of #869B03
Black with #869B03
Text Example
Text Example
White with #869B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B03; }
p { color: rgb(134,155,3); }
H1.HeaderClassName
{
color: #869B03;
}
.AnyTagClassName
{
color: #869B03;
}
</style>
background-color css
<style>
a { background-color: #869B03; }
a { background-color: rgb(134,155,3); }
div.DivClassName
{
background-color: #869B03;
}
.BgClassName
{
background-color: #869B03;
}
</style>
border-color css
<style>
span { border-color: #869B03; }
span { border-color: rgb(134,155,3); }
td.TdClassName
{
border-color: #869B03;
}
.TagClassName
{
border-color: #869B03;
}
</style>