Shades of Olive #698000
Tints of Olive #698000
RGB
CMYK
RGB Variations
Color information
#698000 (or 0x698000) is known color: Olive. HEX triplet: 69, 80 and 00. RGB value is (105,128,0). Sum of RGB (Red+Green+Blue) = 105+128+0=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #698000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698000 is #967FFF. Grayscale: #6B6B6B. Windows color (decimal): -9863168 or 32873. OLE color: 32873.
HSL color Cylindrical-coordinate representation of color #698000: hue angle of 70.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #698000 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 128 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.50 |
| HSL | 70.78º | 1% | 0.25% | - |
| HSV(B) | 70.78º | 1% | 0.5% | - |
| XYZ | 13.54 | 18.44 | 2.85 | - |
| YUV | 106.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 0 | 0.18 | 0 | 1 | 0.50 | 70.78 | 1 | 0.25 |
| Hex | 69 | 80 | 0 | 12 | 0 | 64 | 32 | 47 | 64 | 19 |
| Octal | 151 | 200 | 0 | 22 | 0 | 144 | 62 | 107 | 144 | 31 |
| Binary | 1101001 | 10000000 | 0 | 10010 | 0 | 1100100 | 110010 | 1000111 | 1100100 | 11001 |
Color Harmonies of #698000
Complementary color
Monochromatic Colors of #698000
Black with #698000
Text Example
Text Example
White with #698000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698000; }
p { color: rgb(105,128,0); }
H1.HeaderClassName
{
color: #698000;
}
.AnyTagClassName
{
color: #698000;
}
</style>
background-color css
<style>
a { background-color: #698000; }
a { background-color: rgb(105,128,0); }
div.DivClassName
{
background-color: #698000;
}
.BgClassName
{
background-color: #698000;
}
</style>
border-color css
<style>
span { border-color: #698000; }
span { border-color: rgb(105,128,0); }
td.TdClassName
{
border-color: #698000;
}
.TagClassName
{
border-color: #698000;
}
</style>