Shades of Olive #857903
Tints of Olive #857903
RGB
CMYK
RGB Variations
Color information
#857903 (or 0x857903) is known color: Olive. HEX triplet: 85, 79 and 03. RGB value is (133,121,3). Sum of RGB (Red+Green+Blue) = 133+121+3=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #857903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857903 is #7A86FC. Grayscale: #6F6F6F. Windows color (decimal): -8029949 or 227717. OLE color: 227717.
HSL color Cylindrical-coordinate representation of color #857903: hue angle of 54.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #857903 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.48 |
| HSL | 54.46º | 0.96% | 0.27% | - |
| HSV(B) | 54.46º | 0.98% | 0.52% | - |
| XYZ | 16.53 | 18.67 | 2.82 | - |
| YUV | 111.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 3 | 0 | 0.09 | 0.98 | 0.48 | 54.46 | 0.96 | 0.27 |
| Hex | 85 | 79 | 3 | 0 | 9 | 62 | 30 | 36 | 60 | 1B |
| Octal | 205 | 171 | 3 | 0 | 11 | 142 | 60 | 66 | 140 | 33 |
| Binary | 10000101 | 1111001 | 11 | 0 | 1001 | 1100010 | 110000 | 110110 | 1100000 | 11011 |
Color Harmonies of #857903
Complementary color
Monochromatic Colors of #857903
Black with #857903
Text Example
Text Example
White with #857903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857903; }
p { color: rgb(133,121,3); }
H1.HeaderClassName
{
color: #857903;
}
.AnyTagClassName
{
color: #857903;
}
</style>
background-color css
<style>
a { background-color: #857903; }
a { background-color: rgb(133,121,3); }
div.DivClassName
{
background-color: #857903;
}
.BgClassName
{
background-color: #857903;
}
</style>
border-color css
<style>
span { border-color: #857903; }
span { border-color: rgb(133,121,3); }
td.TdClassName
{
border-color: #857903;
}
.TagClassName
{
border-color: #857903;
}
</style>