Shades of Olive #879401
Tints of Olive #879401
RGB
CMYK
RGB Variations
Color information
#879401 (or 0x879401) is known color: Olive. HEX triplet: 87, 94 and 01. RGB value is (135,148,1). Sum of RGB (Red+Green+Blue) = 135+148+1=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #879401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879401 is #786BFE. Grayscale: #7F7F7F. Windows color (decimal): -7891967 or 103559. OLE color: 103559.
HSL color Cylindrical-coordinate representation of color #879401: hue angle of 65.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #879401 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.42 |
| HSL | 65.31º | 0.99% | 0.29% | - |
| HSV(B) | 65.31º | 0.99% | 0.58% | - |
| XYZ | 20.59 | 26.33 | 4.03 | - |
| YUV | 127.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 1 | 0.09 | 0 | 0.99 | 0.42 | 65.31 | 0.99 | 0.29 |
| Hex | 87 | 94 | 1 | 9 | 0 | 63 | 2A | 41 | 63 | 1D |
| Octal | 207 | 224 | 1 | 11 | 0 | 143 | 52 | 101 | 143 | 35 |
| Binary | 10000111 | 10010100 | 1 | 1001 | 0 | 1100011 | 101010 | 1000001 | 1100011 | 11101 |
Color Harmonies of #879401
Complementary color
Monochromatic Colors of #879401
Black with #879401
Text Example
Text Example
White with #879401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879401; }
p { color: rgb(135,148,1); }
H1.HeaderClassName
{
color: #879401;
}
.AnyTagClassName
{
color: #879401;
}
</style>
background-color css
<style>
a { background-color: #879401; }
a { background-color: rgb(135,148,1); }
div.DivClassName
{
background-color: #879401;
}
.BgClassName
{
background-color: #879401;
}
</style>
border-color css
<style>
span { border-color: #879401; }
span { border-color: rgb(135,148,1); }
td.TdClassName
{
border-color: #879401;
}
.TagClassName
{
border-color: #879401;
}
</style>