Shades of Olive #698D01
Tints of Olive #698D01
RGB
CMYK
RGB Variations
Color information
#698D01 (or 0x698D01) is known color: Olive. HEX triplet: 69, 8D and 01. RGB value is (105,141,1). Sum of RGB (Red+Green+Blue) = 105+141+1=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #698D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D01 is #9672FE. Grayscale: #727272. Windows color (decimal): -9859839 or 101737. OLE color: 101737.
HSL color Cylindrical-coordinate representation of color #698D01: hue angle of 75.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #698D01 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.45 |
| HSL | 75.43º | 0.99% | 0.28% | - |
| HSV(B) | 75.43º | 0.99% | 0.55% | - |
| XYZ | 15.36 | 22.06 | 3.48 | - |
| YUV | 114.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 1 | 0.26 | 0 | 0.99 | 0.45 | 75.43 | 0.99 | 0.28 |
| Hex | 69 | 8D | 1 | 1A | 0 | 63 | 2D | 4B | 63 | 1C |
| Octal | 151 | 215 | 1 | 32 | 0 | 143 | 55 | 113 | 143 | 34 |
| Binary | 1101001 | 10001101 | 1 | 11010 | 0 | 1100011 | 101101 | 1001011 | 1100011 | 11100 |
Color Harmonies of #698D01
Complementary color
Monochromatic Colors of #698D01
Black with #698D01
Text Example
Text Example
White with #698D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D01; }
p { color: rgb(105,141,1); }
H1.HeaderClassName
{
color: #698D01;
}
.AnyTagClassName
{
color: #698D01;
}
</style>
background-color css
<style>
a { background-color: #698D01; }
a { background-color: rgb(105,141,1); }
div.DivClassName
{
background-color: #698D01;
}
.BgClassName
{
background-color: #698D01;
}
</style>
border-color css
<style>
span { border-color: #698D01; }
span { border-color: rgb(105,141,1); }
td.TdClassName
{
border-color: #698D01;
}
.TagClassName
{
border-color: #698D01;
}
</style>