Shades of Olive #879400
Tints of Olive #879400
RGB
CMYK
RGB Variations
Color information
#879400 (or 0x879400) is known color: Olive. HEX triplet: 87, 94 and 00. RGB value is (135,148,0). Sum of RGB (Red+Green+Blue) = 135+148+0=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #879400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879400 is #786BFF. Grayscale: #7F7F7F. Windows color (decimal): -7891968 or 38023. OLE color: 38023.
HSL color Cylindrical-coordinate representation of color #879400: hue angle of 65.27º 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 #879400 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.42 |
| HSL | 65.27º | 1% | 0.29% | - |
| HSV(B) | 65.27º | 1% | 0.58% | - |
| XYZ | 20.58 | 26.33 | 4 | - |
| YUV | 127.24 | 56.19 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 0 | 0.09 | 0 | 1 | 0.42 | 65.27 | 1 | 0.29 |
| Hex | 87 | 94 | 0 | 9 | 0 | 64 | 2A | 41 | 64 | 1D |
| Octal | 207 | 224 | 0 | 11 | 0 | 144 | 52 | 101 | 144 | 35 |
| Binary | 10000111 | 10010100 | 0 | 1001 | 0 | 1100100 | 101010 | 1000001 | 1100100 | 11101 |
Color Harmonies of #879400
Complementary color
Monochromatic Colors of #879400
Black with #879400
Text Example
Text Example
White with #879400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879400; }
p { color: rgb(135,148,0); }
H1.HeaderClassName
{
color: #879400;
}
.AnyTagClassName
{
color: #879400;
}
</style>
background-color css
<style>
a { background-color: #879400; }
a { background-color: rgb(135,148,0); }
div.DivClassName
{
background-color: #879400;
}
.BgClassName
{
background-color: #879400;
}
</style>
border-color css
<style>
span { border-color: #879400; }
span { border-color: rgb(135,148,0); }
td.TdClassName
{
border-color: #879400;
}
.TagClassName
{
border-color: #879400;
}
</style>