Shades of Olive #857C02
Tints of Olive #857C02
RGB
CMYK
RGB Variations
Color information
#857C02 (or 0x857C02) is known color: Olive. HEX triplet: 85, 7C and 02. RGB value is (133,124,2). Sum of RGB (Red+Green+Blue) = 133+124+2=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #857C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C02 is #7A83FD. Grayscale: #717171. Windows color (decimal): -8029182 or 162949. OLE color: 162949.
HSL color Cylindrical-coordinate representation of color #857C02: hue angle of 55.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #857C02 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 2 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.48 |
| HSL | 55.88º | 0.97% | 0.26% | - |
| HSV(B) | 55.88º | 0.98% | 0.52% | - |
| XYZ | 16.89 | 19.41 | 2.91 | - |
| YUV | 112.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 2 | 0 | 0.07 | 0.98 | 0.48 | 55.88 | 0.97 | 0.26 |
| Hex | 85 | 7C | 2 | 0 | 7 | 62 | 30 | 38 | 61 | 1A |
| Octal | 205 | 174 | 2 | 0 | 7 | 142 | 60 | 70 | 141 | 32 |
| Binary | 10000101 | 1111100 | 10 | 0 | 111 | 1100010 | 110000 | 111000 | 1100001 | 11010 |
Color Harmonies of #857C02
Complementary color
Monochromatic Colors of #857C02
Black with #857C02
Text Example
Text Example
White with #857C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C02; }
p { color: rgb(133,124,2); }
H1.HeaderClassName
{
color: #857C02;
}
.AnyTagClassName
{
color: #857C02;
}
</style>
background-color css
<style>
a { background-color: #857C02; }
a { background-color: rgb(133,124,2); }
div.DivClassName
{
background-color: #857C02;
}
.BgClassName
{
background-color: #857C02;
}
</style>
border-color css
<style>
span { border-color: #857C02; }
span { border-color: rgb(133,124,2); }
td.TdClassName
{
border-color: #857C02;
}
.TagClassName
{
border-color: #857C02;
}
</style>