Shades of Olive #898308
Tints of Olive #898308
RGB
CMYK
RGB Variations
Color information
#898308 (or 0x898308) is known color: Olive. HEX triplet: 89, 83 and 08. RGB value is (137,131,8). Sum of RGB (Red+Green+Blue) = 137+131+8=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #898308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898308 is #767CF7. Grayscale: #777777. Windows color (decimal): -7765240 or 557961. OLE color: 557961.
HSL color Cylindrical-coordinate representation of color #898308: hue angle of 57.21º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #898308 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 131 | 8 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.46 |
| HSL | 57.21º | 0.89% | 0.28% | - |
| HSV(B) | 57.21º | 0.94% | 0.54% | - |
| XYZ | 18.48 | 21.57 | 3.42 | - |
| YUV | 118.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 8 | 0 | 0.04 | 0.94 | 0.46 | 57.21 | 0.89 | 0.28 |
| Hex | 89 | 83 | 8 | 0 | 4 | 5E | 2E | 39 | 59 | 1C |
| Octal | 211 | 203 | 10 | 0 | 4 | 136 | 56 | 71 | 131 | 34 |
| Binary | 10001001 | 10000011 | 1000 | 0 | 100 | 1011110 | 101110 | 111001 | 1011001 | 11100 |
Color Harmonies of #898308
Complementary color
Monochromatic Colors of #898308
Black with #898308
Text Example
Text Example
White with #898308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898308; }
p { color: rgb(137,131,8); }
H1.HeaderClassName
{
color: #898308;
}
.AnyTagClassName
{
color: #898308;
}
</style>
background-color css
<style>
a { background-color: #898308; }
a { background-color: rgb(137,131,8); }
div.DivClassName
{
background-color: #898308;
}
.BgClassName
{
background-color: #898308;
}
</style>
border-color css
<style>
span { border-color: #898308; }
span { border-color: rgb(137,131,8); }
td.TdClassName
{
border-color: #898308;
}
.TagClassName
{
border-color: #898308;
}
</style>