Shades of Olive #857102
Tints of Olive #857102
RGB
CMYK
RGB Variations
Color information
#857102 (or 0x857102) is known color: Olive. HEX triplet: 85, 71 and 02. RGB value is (133,113,2). Sum of RGB (Red+Green+Blue) = 133+113+2=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #857102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857102 is #7A8EFD. Grayscale: #6A6A6A. Windows color (decimal): -8031998 or 160133. OLE color: 160133.
HSL color Cylindrical-coordinate representation of color #857102: hue angle of 50.84º 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 #857102 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 2 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.48 |
| HSL | 50.84º | 0.97% | 0.26% | - |
| HSV(B) | 50.84º | 0.98% | 0.52% | - |
| XYZ | 15.59 | 16.8 | 2.48 | - |
| YUV | 106.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 2 | 0 | 0.15 | 0.98 | 0.48 | 50.84 | 0.97 | 0.26 |
| Hex | 85 | 71 | 2 | 0 | F | 62 | 30 | 33 | 61 | 1A |
| Octal | 205 | 161 | 2 | 0 | 17 | 142 | 60 | 63 | 141 | 32 |
| Binary | 10000101 | 1110001 | 10 | 0 | 1111 | 1100010 | 110000 | 110011 | 1100001 | 11010 |
Color Harmonies of #857102
Complementary color
Monochromatic Colors of #857102
Black with #857102
Text Example
Text Example
White with #857102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857102; }
p { color: rgb(133,113,2); }
H1.HeaderClassName
{
color: #857102;
}
.AnyTagClassName
{
color: #857102;
}
</style>
background-color css
<style>
a { background-color: #857102; }
a { background-color: rgb(133,113,2); }
div.DivClassName
{
background-color: #857102;
}
.BgClassName
{
background-color: #857102;
}
</style>
border-color css
<style>
span { border-color: #857102; }
span { border-color: rgb(133,113,2); }
td.TdClassName
{
border-color: #857102;
}
.TagClassName
{
border-color: #857102;
}
</style>