Shades of Olive #857B08
Tints of Olive #857B08
RGB
CMYK
RGB Variations
Color information
#857B08 (or 0x857B08) is known color: Olive. HEX triplet: 85, 7B and 08. RGB value is (133,123,8). Sum of RGB (Red+Green+Blue) = 133+123+8=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #857B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B08 is #7A84F7. Grayscale: #717171. Windows color (decimal): -8029432 or 555909. OLE color: 555909.
HSL color Cylindrical-coordinate representation of color #857B08: hue angle of 55.2º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #857B08 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 8 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.48 |
| HSL | 55.2º | 0.89% | 0.28% | - |
| HSV(B) | 55.2º | 0.94% | 0.52% | - |
| XYZ | 16.8 | 19.17 | 3.04 | - |
| YUV | 112.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 8 | 0 | 0.08 | 0.94 | 0.48 | 55.2 | 0.89 | 0.28 |
| Hex | 85 | 7B | 8 | 0 | 8 | 5E | 30 | 37 | 59 | 1C |
| Octal | 205 | 173 | 10 | 0 | 10 | 136 | 60 | 67 | 131 | 34 |
| Binary | 10000101 | 1111011 | 1000 | 0 | 1000 | 1011110 | 110000 | 110111 | 1011001 | 11100 |
Color Harmonies of #857B08
Complementary color
Monochromatic Colors of #857B08
Black with #857B08
Text Example
Text Example
White with #857B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B08; }
p { color: rgb(133,123,8); }
H1.HeaderClassName
{
color: #857B08;
}
.AnyTagClassName
{
color: #857B08;
}
</style>
background-color css
<style>
a { background-color: #857B08; }
a { background-color: rgb(133,123,8); }
div.DivClassName
{
background-color: #857B08;
}
.BgClassName
{
background-color: #857B08;
}
</style>
border-color css
<style>
span { border-color: #857B08; }
span { border-color: rgb(133,123,8); }
td.TdClassName
{
border-color: #857B08;
}
.TagClassName
{
border-color: #857B08;
}
</style>