Shades of Olive #879300
Tints of Olive #879300
RGB
CMYK
RGB Variations
Color information
#879300 (or 0x879300) is known color: Olive. HEX triplet: 87, 93 and 00. RGB value is (135,147,0). Sum of RGB (Red+Green+Blue) = 135+147+0=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #879300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879300 is #786CFF. Grayscale: #7F7F7F. Windows color (decimal): -7892224 or 37767. OLE color: 37767.
HSL color Cylindrical-coordinate representation of color #879300: hue angle of 64.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #879300 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.42 |
| HSL | 64.9º | 1% | 0.29% | - |
| HSV(B) | 64.9º | 1% | 0.58% | - |
| XYZ | 20.43 | 26.02 | 3.95 | - |
| YUV | 126.65 | 56.52 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 0 | 0.08 | 0 | 1 | 0.42 | 64.9 | 1 | 0.29 |
| Hex | 87 | 93 | 0 | 8 | 0 | 64 | 2A | 41 | 64 | 1D |
| Octal | 207 | 223 | 0 | 10 | 0 | 144 | 52 | 101 | 144 | 35 |
| Binary | 10000111 | 10010011 | 0 | 1000 | 0 | 1100100 | 101010 | 1000001 | 1100100 | 11101 |
Color Harmonies of #879300
Complementary color
Monochromatic Colors of #879300
Black with #879300
Text Example
Text Example
White with #879300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879300; }
p { color: rgb(135,147,0); }
H1.HeaderClassName
{
color: #879300;
}
.AnyTagClassName
{
color: #879300;
}
</style>
background-color css
<style>
a { background-color: #879300; }
a { background-color: rgb(135,147,0); }
div.DivClassName
{
background-color: #879300;
}
.BgClassName
{
background-color: #879300;
}
</style>
border-color css
<style>
span { border-color: #879300; }
span { border-color: rgb(135,147,0); }
td.TdClassName
{
border-color: #879300;
}
.TagClassName
{
border-color: #879300;
}
</style>