Shades of Olive #899A03
Tints of Olive #899A03
RGB
CMYK
RGB Variations
Color information
#899A03 (or 0x899A03) is known color: Olive. HEX triplet: 89, 9A and 03. RGB value is (137,154,3). Sum of RGB (Red+Green+Blue) = 137+154+3=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #899A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899A03 is #7665FC. Grayscale: #848484. Windows color (decimal): -7759357 or 236169. OLE color: 236169.
HSL color Cylindrical-coordinate representation of color #899A03: hue angle of 66.75º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #899A03 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.40 |
| HSL | 66.75º | 0.96% | 0.31% | - |
| HSV(B) | 66.75º | 0.98% | 0.6% | - |
| XYZ | 21.89 | 28.44 | 4.42 | - |
| YUV | 131.7 | 55.37 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 3 | 0.11 | 0 | 0.98 | 0.40 | 66.75 | 0.96 | 0.31 |
| Hex | 89 | 9A | 3 | B | 0 | 62 | 28 | 43 | 60 | 1F |
| Octal | 211 | 232 | 3 | 13 | 0 | 142 | 50 | 103 | 140 | 37 |
| Binary | 10001001 | 10011010 | 11 | 1011 | 0 | 1100010 | 101000 | 1000011 | 1100000 | 11111 |
Color Harmonies of #899A03
Complementary color
Monochromatic Colors of #899A03
Black with #899A03
Text Example
Text Example
White with #899A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A03; }
p { color: rgb(137,154,3); }
H1.HeaderClassName
{
color: #899A03;
}
.AnyTagClassName
{
color: #899A03;
}
</style>
background-color css
<style>
a { background-color: #899A03; }
a { background-color: rgb(137,154,3); }
div.DivClassName
{
background-color: #899A03;
}
.BgClassName
{
background-color: #899A03;
}
</style>
border-color css
<style>
span { border-color: #899A03; }
span { border-color: rgb(137,154,3); }
td.TdClassName
{
border-color: #899A03;
}
.TagClassName
{
border-color: #899A03;
}
</style>