Shades of Olive #899403
Tints of Olive #899403
RGB
CMYK
RGB Variations
Color information
#899403 (or 0x899403) is known color: Olive. HEX triplet: 89, 94 and 03. RGB value is (137,148,3). Sum of RGB (Red+Green+Blue) = 137+148+3=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #899403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899403 is #766BFC. Grayscale: #808080. Windows color (decimal): -7760893 or 234633. OLE color: 234633.
HSL color Cylindrical-coordinate representation of color #899403: hue angle of 64.55º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #899403 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.42 |
| HSL | 64.55º | 0.96% | 0.3% | - |
| HSV(B) | 64.55º | 0.98% | 0.58% | - |
| XYZ | 20.92 | 26.5 | 4.1 | - |
| YUV | 128.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 3 | 0.07 | 0 | 0.98 | 0.42 | 64.55 | 0.96 | 0.3 |
| Hex | 89 | 94 | 3 | 7 | 0 | 62 | 2A | 41 | 60 | 1E |
| Octal | 211 | 224 | 3 | 7 | 0 | 142 | 52 | 101 | 140 | 36 |
| Binary | 10001001 | 10010100 | 11 | 111 | 0 | 1100010 | 101010 | 1000001 | 1100000 | 11110 |
Color Harmonies of #899403
Complementary color
Monochromatic Colors of #899403
Black with #899403
Text Example
Text Example
White with #899403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899403; }
p { color: rgb(137,148,3); }
H1.HeaderClassName
{
color: #899403;
}
.AnyTagClassName
{
color: #899403;
}
</style>
background-color css
<style>
a { background-color: #899403; }
a { background-color: rgb(137,148,3); }
div.DivClassName
{
background-color: #899403;
}
.BgClassName
{
background-color: #899403;
}
</style>
border-color css
<style>
span { border-color: #899403; }
span { border-color: rgb(137,148,3); }
td.TdClassName
{
border-color: #899403;
}
.TagClassName
{
border-color: #899403;
}
</style>