Shades of Olive #698A02
Tints of Olive #698A02
RGB
CMYK
RGB Variations
Color information
#698A02 (or 0x698A02) is known color: Olive. HEX triplet: 69, 8A and 02. RGB value is (105,138,2). Sum of RGB (Red+Green+Blue) = 105+138+2=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #698A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698A02 is #9675FD. Grayscale: #717171. Windows color (decimal): -9860606 or 166505. OLE color: 166505.
HSL color Cylindrical-coordinate representation of color #698A02: hue angle of 74.56º degrees, saturation: 0.97, 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 #698A02 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.46 |
| HSL | 74.56º | 0.97% | 0.27% | - |
| HSV(B) | 74.56º | 0.99% | 0.54% | - |
| XYZ | 14.93 | 21.18 | 3.36 | - |
| YUV | 112.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 2 | 0.24 | 0 | 0.99 | 0.46 | 74.56 | 0.97 | 0.27 |
| Hex | 69 | 8A | 2 | 18 | 0 | 63 | 2E | 4B | 61 | 1B |
| Octal | 151 | 212 | 2 | 30 | 0 | 143 | 56 | 113 | 141 | 33 |
| Binary | 1101001 | 10001010 | 10 | 11000 | 0 | 1100011 | 101110 | 1001011 | 1100001 | 11011 |
Color Harmonies of #698A02
Complementary color
Monochromatic Colors of #698A02
Black with #698A02
Text Example
Text Example
White with #698A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A02; }
p { color: rgb(105,138,2); }
H1.HeaderClassName
{
color: #698A02;
}
.AnyTagClassName
{
color: #698A02;
}
</style>
background-color css
<style>
a { background-color: #698A02; }
a { background-color: rgb(105,138,2); }
div.DivClassName
{
background-color: #698A02;
}
.BgClassName
{
background-color: #698A02;
}
</style>
border-color css
<style>
span { border-color: #698A02; }
span { border-color: rgb(105,138,2); }
td.TdClassName
{
border-color: #698A02;
}
.TagClassName
{
border-color: #698A02;
}
</style>