Shades of Olive #698400
Tints of Olive #698400
RGB
CMYK
RGB Variations
Color information
#698400 (or 0x698400) is known color: Olive. HEX triplet: 69, 84 and 00. RGB value is (105,132,0). Sum of RGB (Red+Green+Blue) = 105+132+0=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #698400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698400 is #967BFF. Grayscale: #6D6D6D. Windows color (decimal): -9862144 or 33897. OLE color: 33897.
HSL color Cylindrical-coordinate representation of color #698400: hue angle of 72.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #698400 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 132 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.48 |
| HSL | 72.27º | 1% | 0.26% | - |
| HSV(B) | 72.27º | 1% | 0.52% | - |
| XYZ | 14.08 | 19.51 | 3.02 | - |
| YUV | 108.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 0 | 0.20 | 0 | 1 | 0.48 | 72.27 | 1 | 0.26 |
| Hex | 69 | 84 | 0 | 14 | 0 | 64 | 30 | 48 | 64 | 1A |
| Octal | 151 | 204 | 0 | 24 | 0 | 144 | 60 | 110 | 144 | 32 |
| Binary | 1101001 | 10000100 | 0 | 10100 | 0 | 1100100 | 110000 | 1001000 | 1100100 | 11010 |
Color Harmonies of #698400
Complementary color
Monochromatic Colors of #698400
Black with #698400
Text Example
Text Example
White with #698400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698400; }
p { color: rgb(105,132,0); }
H1.HeaderClassName
{
color: #698400;
}
.AnyTagClassName
{
color: #698400;
}
</style>
background-color css
<style>
a { background-color: #698400; }
a { background-color: rgb(105,132,0); }
div.DivClassName
{
background-color: #698400;
}
.BgClassName
{
background-color: #698400;
}
</style>
border-color css
<style>
span { border-color: #698400; }
span { border-color: rgb(105,132,0); }
td.TdClassName
{
border-color: #698400;
}
.TagClassName
{
border-color: #698400;
}
</style>