Shades of Olive #698300
Tints of Olive #698300
RGB
CMYK
RGB Variations
Color information
#698300 (or 0x698300) is known color: Olive. HEX triplet: 69, 83 and 00. RGB value is (105,131,0). Sum of RGB (Red+Green+Blue) = 105+131+0=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #698300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698300 is #967CFF. Grayscale: #6C6C6C. Windows color (decimal): -9862400 or 33641. OLE color: 33641.
HSL color Cylindrical-coordinate representation of color #698300: hue angle of 71.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #698300 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.49 |
| HSL | 71.91º | 1% | 0.26% | - |
| HSV(B) | 71.91º | 1% | 0.51% | - |
| XYZ | 13.94 | 19.24 | 2.98 | - |
| YUV | 108.29 | 66.89 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 0 | 0.20 | 0 | 1 | 0.49 | 71.91 | 1 | 0.26 |
| Hex | 69 | 83 | 0 | 14 | 0 | 64 | 31 | 48 | 64 | 1A |
| Octal | 151 | 203 | 0 | 24 | 0 | 144 | 61 | 110 | 144 | 32 |
| Binary | 1101001 | 10000011 | 0 | 10100 | 0 | 1100100 | 110001 | 1001000 | 1100100 | 11010 |
Color Harmonies of #698300
Complementary color
Monochromatic Colors of #698300
Black with #698300
Text Example
Text Example
White with #698300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698300; }
p { color: rgb(105,131,0); }
H1.HeaderClassName
{
color: #698300;
}
.AnyTagClassName
{
color: #698300;
}
</style>
background-color css
<style>
a { background-color: #698300; }
a { background-color: rgb(105,131,0); }
div.DivClassName
{
background-color: #698300;
}
.BgClassName
{
background-color: #698300;
}
</style>
border-color css
<style>
span { border-color: #698300; }
span { border-color: rgb(105,131,0); }
td.TdClassName
{
border-color: #698300;
}
.TagClassName
{
border-color: #698300;
}
</style>