Shades of Olive #869900
Tints of Olive #869900
RGB
CMYK
RGB Variations
Color information
#869900 (or 0x869900) is known color: Olive. HEX triplet: 86, 99 and 00. RGB value is (134,153,0). Sum of RGB (Red+Green+Blue) = 134+153+0=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #869900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869900 is #7966FF. Grayscale: #828282. Windows color (decimal): -7956224 or 39302. OLE color: 39302.
HSL color Cylindrical-coordinate representation of color #869900: hue angle of 67.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #869900 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.4 |
| HSL | 67.45º | 1% | 0.3% | - |
| HSV(B) | 67.45º | 1% | 0.6% | - |
| XYZ | 21.22 | 27.85 | 4.26 | - |
| YUV | 129.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 0 | 0.12 | 0 | 1 | 0.4 | 67.45 | 1 | 0.3 |
| Hex | 86 | 99 | 0 | C | 0 | 64 | 28 | 43 | 64 | 1E |
| Octal | 206 | 231 | 0 | 14 | 0 | 144 | 50 | 103 | 144 | 36 |
| Binary | 10000110 | 10011001 | 0 | 1100 | 0 | 1100100 | 101000 | 1000011 | 1100100 | 11110 |
Color Harmonies of #869900
Complementary color
Monochromatic Colors of #869900
Black with #869900
Text Example
Text Example
White with #869900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869900; }
p { color: rgb(134,153,0); }
H1.HeaderClassName
{
color: #869900;
}
.AnyTagClassName
{
color: #869900;
}
</style>
background-color css
<style>
a { background-color: #869900; }
a { background-color: rgb(134,153,0); }
div.DivClassName
{
background-color: #869900;
}
.BgClassName
{
background-color: #869900;
}
</style>
border-color css
<style>
span { border-color: #869900; }
span { border-color: rgb(134,153,0); }
td.TdClassName
{
border-color: #869900;
}
.TagClassName
{
border-color: #869900;
}
</style>