Shades of Olive #698C01
Tints of Olive #698C01
RGB
CMYK
RGB Variations
Color information
#698C01 (or 0x698C01) is known color: Olive. HEX triplet: 69, 8C and 01. RGB value is (105,140,1). Sum of RGB (Red+Green+Blue) = 105+140+1=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #698C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698C01 is #9673FE. Grayscale: #727272. Windows color (decimal): -9860095 or 101481. OLE color: 101481.
HSL color Cylindrical-coordinate representation of color #698C01: hue angle of 75.11º 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 #698C01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.45 |
| HSL | 75.11º | 0.99% | 0.28% | - |
| HSV(B) | 75.11º | 0.99% | 0.55% | - |
| XYZ | 15.21 | 21.76 | 3.43 | - |
| YUV | 113.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 1 | 0.25 | 0 | 0.99 | 0.45 | 75.11 | 0.99 | 0.28 |
| Hex | 69 | 8C | 1 | 19 | 0 | 63 | 2D | 4B | 63 | 1C |
| Octal | 151 | 214 | 1 | 31 | 0 | 143 | 55 | 113 | 143 | 34 |
| Binary | 1101001 | 10001100 | 1 | 11001 | 0 | 1100011 | 101101 | 1001011 | 1100011 | 11100 |
Color Harmonies of #698C01
Complementary color
Monochromatic Colors of #698C01
Black with #698C01
Text Example
Text Example
White with #698C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C01; }
p { color: rgb(105,140,1); }
H1.HeaderClassName
{
color: #698C01;
}
.AnyTagClassName
{
color: #698C01;
}
</style>
background-color css
<style>
a { background-color: #698C01; }
a { background-color: rgb(105,140,1); }
div.DivClassName
{
background-color: #698C01;
}
.BgClassName
{
background-color: #698C01;
}
</style>
border-color css
<style>
span { border-color: #698C01; }
span { border-color: rgb(105,140,1); }
td.TdClassName
{
border-color: #698C01;
}
.TagClassName
{
border-color: #698C01;
}
</style>