Shades of Olive #898B06
Tints of Olive #898B06
RGB
CMYK
RGB Variations
Color information
#898B06 (or 0x898B06) is known color: Olive. HEX triplet: 89, 8B and 06. RGB value is (137,139,6). Sum of RGB (Red+Green+Blue) = 137+139+6=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #898B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898B06 is #7674F9. Grayscale: #7B7B7B. Windows color (decimal): -7763194 or 428937. OLE color: 428937.
HSL color Cylindrical-coordinate representation of color #898B06: hue angle of 60.9º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #898B06 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 6 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.45 |
| HSL | 60.9º | 0.92% | 0.28% | - |
| HSV(B) | 60.9º | 0.96% | 0.55% | - |
| XYZ | 19.58 | 23.8 | 3.73 | - |
| YUV | 123.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 6 | 0.01 | 0 | 0.96 | 0.45 | 60.9 | 0.92 | 0.28 |
| Hex | 89 | 8B | 6 | 1 | 0 | 60 | 2D | 3D | 5C | 1C |
| Octal | 211 | 213 | 6 | 1 | 0 | 140 | 55 | 75 | 134 | 34 |
| Binary | 10001001 | 10001011 | 110 | 1 | 0 | 1100000 | 101101 | 111101 | 1011100 | 11100 |
Color Harmonies of #898B06
Complementary color
Monochromatic Colors of #898B06
Black with #898B06
Text Example
Text Example
White with #898B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B06; }
p { color: rgb(137,139,6); }
H1.HeaderClassName
{
color: #898B06;
}
.AnyTagClassName
{
color: #898B06;
}
</style>
background-color css
<style>
a { background-color: #898B06; }
a { background-color: rgb(137,139,6); }
div.DivClassName
{
background-color: #898B06;
}
.BgClassName
{
background-color: #898B06;
}
</style>
border-color css
<style>
span { border-color: #898B06; }
span { border-color: rgb(137,139,6); }
td.TdClassName
{
border-color: #898B06;
}
.TagClassName
{
border-color: #898B06;
}
</style>