Shades of Olive #898300
Tints of Olive #898300
RGB
CMYK
RGB Variations
Color information
#898300 (or 0x898300) is known color: Olive. HEX triplet: 89, 83 and 00. RGB value is (137,131,0). Sum of RGB (Red+Green+Blue) = 137+131+0=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #898300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898300 is #767CFF. Grayscale: #767676. Windows color (decimal): -7765248 or 33673. OLE color: 33673.
HSL color Cylindrical-coordinate representation of color #898300: hue angle of 57.37º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #898300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.46 |
| HSL | 57.37º | 1% | 0.27% | - |
| HSV(B) | 57.37º | 1% | 0.54% | - |
| XYZ | 18.43 | 21.55 | 3.19 | - |
| YUV | 117.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 0 | 0 | 0.04 | 1 | 0.46 | 57.37 | 1 | 0.27 |
| Hex | 89 | 83 | 0 | 0 | 4 | 64 | 2E | 39 | 64 | 1B |
| Octal | 211 | 203 | 0 | 0 | 4 | 144 | 56 | 71 | 144 | 33 |
| Binary | 10001001 | 10000011 | 0 | 0 | 100 | 1100100 | 101110 | 111001 | 1100100 | 11011 |
Color Harmonies of #898300
Complementary color
Monochromatic Colors of #898300
Black with #898300
Text Example
Text Example
White with #898300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898300; }
p { color: rgb(137,131,0); }
H1.HeaderClassName
{
color: #898300;
}
.AnyTagClassName
{
color: #898300;
}
</style>
background-color css
<style>
a { background-color: #898300; }
a { background-color: rgb(137,131,0); }
div.DivClassName
{
background-color: #898300;
}
.BgClassName
{
background-color: #898300;
}
</style>
border-color css
<style>
span { border-color: #898300; }
span { border-color: rgb(137,131,0); }
td.TdClassName
{
border-color: #898300;
}
.TagClassName
{
border-color: #898300;
}
</style>