Shades of Olive #698A01
Tints of Olive #698A01
RGB
CMYK
RGB Variations
Color information
#698A01 (or 0x698A01) is known color: Olive. HEX triplet: 69, 8A and 01. RGB value is (105,138,1). Sum of RGB (Red+Green+Blue) = 105+138+1=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #698A01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A01 is #9675FE. Grayscale: #717171. Windows color (decimal): -9860607 or 100969. OLE color: 100969.
HSL color Cylindrical-coordinate representation of color #698A01: hue angle of 74.45º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #698A01 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.46 |
| HSL | 74.45º | 0.99% | 0.27% | - |
| HSV(B) | 74.45º | 0.99% | 0.54% | - |
| XYZ | 14.92 | 21.18 | 3.33 | - |
| YUV | 112.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 1 | 0.24 | 0 | 0.99 | 0.46 | 74.45 | 0.99 | 0.27 |
| Hex | 69 | 8A | 1 | 18 | 0 | 63 | 2E | 4A | 63 | 1B |
| Octal | 151 | 212 | 1 | 30 | 0 | 143 | 56 | 112 | 143 | 33 |
| Binary | 1101001 | 10001010 | 1 | 11000 | 0 | 1100011 | 101110 | 1001010 | 1100011 | 11011 |
Color Harmonies of #698A01
Complementary color
Monochromatic Colors of #698A01
Black with #698A01
Text Example
Text Example
White with #698A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A01; }
p { color: rgb(105,138,1); }
H1.HeaderClassName
{
color: #698A01;
}
.AnyTagClassName
{
color: #698A01;
}
</style>
background-color css
<style>
a { background-color: #698A01; }
a { background-color: rgb(105,138,1); }
div.DivClassName
{
background-color: #698A01;
}
.BgClassName
{
background-color: #698A01;
}
</style>
border-color css
<style>
span { border-color: #698A01; }
span { border-color: rgb(105,138,1); }
td.TdClassName
{
border-color: #698A01;
}
.TagClassName
{
border-color: #698A01;
}
</style>