Shades of Olive #878302
Tints of Olive #878302
RGB
CMYK
RGB Variations
Color information
#878302 (or 0x878302) is known color: Olive. HEX triplet: 87, 83 and 02. RGB value is (135,131,2). Sum of RGB (Red+Green+Blue) = 135+131+2=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #878302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878302 is #787CFD. Grayscale: #767676. Windows color (decimal): -7896318 or 164743. OLE color: 164743.
HSL color Cylindrical-coordinate representation of color #878302: hue angle of 58.2º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #878302 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.47 |
| HSL | 58.2º | 0.97% | 0.27% | - |
| HSV(B) | 58.2º | 0.99% | 0.53% | - |
| XYZ | 18.12 | 21.39 | 3.23 | - |
| YUV | 117.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 2 | 0 | 0.03 | 0.99 | 0.47 | 58.2 | 0.97 | 0.27 |
| Hex | 87 | 83 | 2 | 0 | 3 | 63 | 2F | 3A | 61 | 1B |
| Octal | 207 | 203 | 2 | 0 | 3 | 143 | 57 | 72 | 141 | 33 |
| Binary | 10000111 | 10000011 | 10 | 0 | 11 | 1100011 | 101111 | 111010 | 1100001 | 11011 |
Color Harmonies of #878302
Complementary color
Monochromatic Colors of #878302
Black with #878302
Text Example
Text Example
White with #878302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878302; }
p { color: rgb(135,131,2); }
H1.HeaderClassName
{
color: #878302;
}
.AnyTagClassName
{
color: #878302;
}
</style>
background-color css
<style>
a { background-color: #878302; }
a { background-color: rgb(135,131,2); }
div.DivClassName
{
background-color: #878302;
}
.BgClassName
{
background-color: #878302;
}
</style>
border-color css
<style>
span { border-color: #878302; }
span { border-color: rgb(135,131,2); }
td.TdClassName
{
border-color: #878302;
}
.TagClassName
{
border-color: #878302;
}
</style>