Shades of Olive #896F03
Tints of Olive #896F03
RGB
CMYK
RGB Variations
Color information
#896F03 (or 0x896F03) is known color: Olive. HEX triplet: 89, 6F and 03. RGB value is (137,111,3). Sum of RGB (Red+Green+Blue) = 137+111+3=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #896F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F03 is #7690FC. Grayscale: #6A6A6A. Windows color (decimal): -7770365 or 225161. OLE color: 225161.
HSL color Cylindrical-coordinate representation of color #896F03: hue angle of 48.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #896F03 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.46 |
| HSL | 48.36º | 0.96% | 0.27% | - |
| HSV(B) | 48.36º | 0.98% | 0.54% | - |
| XYZ | 16.02 | 16.69 | 2.46 | - |
| YUV | 106.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 3 | 0 | 0.19 | 0.98 | 0.46 | 48.36 | 0.96 | 0.27 |
| Hex | 89 | 6F | 3 | 0 | 13 | 62 | 2E | 30 | 60 | 1B |
| Octal | 211 | 157 | 3 | 0 | 23 | 142 | 56 | 60 | 140 | 33 |
| Binary | 10001001 | 1101111 | 11 | 0 | 10011 | 1100010 | 101110 | 110000 | 1100000 | 11011 |
Color Harmonies of #896F03
Complementary color
Monochromatic Colors of #896F03
Black with #896F03
Text Example
Text Example
White with #896F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F03; }
p { color: rgb(137,111,3); }
H1.HeaderClassName
{
color: #896F03;
}
.AnyTagClassName
{
color: #896F03;
}
</style>
background-color css
<style>
a { background-color: #896F03; }
a { background-color: rgb(137,111,3); }
div.DivClassName
{
background-color: #896F03;
}
.BgClassName
{
background-color: #896F03;
}
</style>
border-color css
<style>
span { border-color: #896F03; }
span { border-color: rgb(137,111,3); }
td.TdClassName
{
border-color: #896F03;
}
.TagClassName
{
border-color: #896F03;
}
</style>