Shades of Olive #886C01
Tints of Olive #886C01
RGB
CMYK
RGB Variations
Color information
#886C01 (or 0x886C01) is known color: Olive. HEX triplet: 88, 6C and 01. RGB value is (136,108,1). Sum of RGB (Red+Green+Blue) = 136+108+1=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #886C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886C01 is #7793FE. Grayscale: #686868. Windows color (decimal): -7836671 or 93320. OLE color: 93320.
HSL color Cylindrical-coordinate representation of color #886C01: hue angle of 47.56º degrees, saturation: 0.99, 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 #886C01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.47 |
| HSL | 47.56º | 0.99% | 0.27% | - |
| HSV(B) | 47.56º | 0.99% | 0.53% | - |
| XYZ | 15.52 | 15.96 | 2.29 | - |
| YUV | 104.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 1 | 0 | 0.21 | 0.99 | 0.47 | 47.56 | 0.99 | 0.27 |
| Hex | 88 | 6C | 1 | 0 | 15 | 63 | 2F | 30 | 63 | 1B |
| Octal | 210 | 154 | 1 | 0 | 25 | 143 | 57 | 60 | 143 | 33 |
| Binary | 10001000 | 1101100 | 1 | 0 | 10101 | 1100011 | 101111 | 110000 | 1100011 | 11011 |
Color Harmonies of #886C01
Complementary color
Monochromatic Colors of #886C01
Black with #886C01
Text Example
Text Example
White with #886C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C01; }
p { color: rgb(136,108,1); }
H1.HeaderClassName
{
color: #886C01;
}
.AnyTagClassName
{
color: #886C01;
}
</style>
background-color css
<style>
a { background-color: #886C01; }
a { background-color: rgb(136,108,1); }
div.DivClassName
{
background-color: #886C01;
}
.BgClassName
{
background-color: #886C01;
}
</style>
border-color css
<style>
span { border-color: #886C01; }
span { border-color: rgb(136,108,1); }
td.TdClassName
{
border-color: #886C01;
}
.TagClassName
{
border-color: #886C01;
}
</style>