Shades of Olive #879905
Tints of Olive #879905
RGB
CMYK
RGB Variations
Color information
#879905 (or 0x879905) is known color: Olive. HEX triplet: 87, 99 and 05. RGB value is (135,153,5). Sum of RGB (Red+Green+Blue) = 135+153+5=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #879905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879905 is #7866FA. Grayscale: #838383. Windows color (decimal): -7890683 or 366983. OLE color: 366983.
HSL color Cylindrical-coordinate representation of color #879905: hue angle of 67.3º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #879905 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.4 |
| HSL | 67.3º | 0.94% | 0.31% | - |
| HSV(B) | 67.3º | 0.97% | 0.6% | - |
| XYZ | 21.41 | 27.94 | 4.41 | - |
| YUV | 130.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 5 | 0.12 | 0 | 0.97 | 0.4 | 67.3 | 0.94 | 0.31 |
| Hex | 87 | 99 | 5 | C | 0 | 61 | 28 | 43 | 5E | 1F |
| Octal | 207 | 231 | 5 | 14 | 0 | 141 | 50 | 103 | 136 | 37 |
| Binary | 10000111 | 10011001 | 101 | 1100 | 0 | 1100001 | 101000 | 1000011 | 1011110 | 11111 |
Color Harmonies of #879905
Complementary color
Monochromatic Colors of #879905
Black with #879905
Text Example
Text Example
White with #879905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879905; }
p { color: rgb(135,153,5); }
H1.HeaderClassName
{
color: #879905;
}
.AnyTagClassName
{
color: #879905;
}
</style>
background-color css
<style>
a { background-color: #879905; }
a { background-color: rgb(135,153,5); }
div.DivClassName
{
background-color: #879905;
}
.BgClassName
{
background-color: #879905;
}
</style>
border-color css
<style>
span { border-color: #879905; }
span { border-color: rgb(135,153,5); }
td.TdClassName
{
border-color: #879905;
}
.TagClassName
{
border-color: #879905;
}
</style>