Shades of Olive #989103
Tints of Olive #989103
RGB
CMYK
RGB Variations
Color information
#989103 (or 0x989103) is known color: Olive. HEX triplet: 98, 91 and 03. RGB value is (152,145,3). Sum of RGB (Red+Green+Blue) = 152+145+3=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #989103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989103 is #676EFC. Grayscale: #838383. Windows color (decimal): -6778621 or 233880. OLE color: 233880.
HSL color Cylindrical-coordinate representation of color #989103: hue angle of 57.18º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #989103 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.40 |
| HSL | 57.18º | 0.96% | 0.3% | - |
| HSV(B) | 57.18º | 0.98% | 0.6% | - |
| XYZ | 23.09 | 26.93 | 4.07 | - |
| YUV | 130.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 3 | 0 | 0.05 | 0.98 | 0.40 | 57.18 | 0.96 | 0.3 |
| Hex | 98 | 91 | 3 | 0 | 5 | 62 | 28 | 39 | 60 | 1E |
| Octal | 230 | 221 | 3 | 0 | 5 | 142 | 50 | 71 | 140 | 36 |
| Binary | 10011000 | 10010001 | 11 | 0 | 101 | 1100010 | 101000 | 111001 | 1100000 | 11110 |
Color Harmonies of #989103
Complementary color
Monochromatic Colors of #989103
Black with #989103
Text Example
Text Example
White with #989103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989103; }
p { color: rgb(152,145,3); }
H1.HeaderClassName
{
color: #989103;
}
.AnyTagClassName
{
color: #989103;
}
</style>
background-color css
<style>
a { background-color: #989103; }
a { background-color: rgb(152,145,3); }
div.DivClassName
{
background-color: #989103;
}
.BgClassName
{
background-color: #989103;
}
</style>
border-color css
<style>
span { border-color: #989103; }
span { border-color: rgb(152,145,3); }
td.TdClassName
{
border-color: #989103;
}
.TagClassName
{
border-color: #989103;
}
</style>