Shades of Olive Drab #698F02
Tints of Olive Drab #698F02
RGB
CMYK
RGB Variations
Color information
#698F02 (or 0x698F02) is known color: Olive Drab. HEX triplet: 69, 8F and 02. RGB value is (105,143,2). Sum of RGB (Red+Green+Blue) = 105+143+2=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 143 (56.25% from 255 or 57.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 143 - color contains mainly: green. Hex color #698F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F02 is #9670FD. Grayscale: #747474. Windows color (decimal): -9859326 or 167785. OLE color: 167785.
HSL color Cylindrical-coordinate representation of color #698F02: hue angle of 76.17º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #698F02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 143 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.44 |
| HSL | 76.17º | 0.97% | 0.28% | - |
| HSV(B) | 76.17º | 0.99% | 0.56% | - |
| XYZ | 15.66 | 22.65 | 3.6 | - |
| YUV | 115.56 | 63.91 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 2 | 0.27 | 0 | 0.99 | 0.44 | 76.17 | 0.97 | 0.28 |
| Hex | 69 | 8F | 2 | 1B | 0 | 63 | 2C | 4C | 61 | 1C |
| Octal | 151 | 217 | 2 | 33 | 0 | 143 | 54 | 114 | 141 | 34 |
| Binary | 1101001 | 10001111 | 10 | 11011 | 0 | 1100011 | 101100 | 1001100 | 1100001 | 11100 |
Color Harmonies of #698F02
Complementary color
Monochromatic Colors of #698F02
Black with #698F02
Text Example
Text Example
White with #698F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F02; }
p { color: rgb(105,143,2); }
H1.HeaderClassName
{
color: #698F02;
}
.AnyTagClassName
{
color: #698F02;
}
</style>
background-color css
<style>
a { background-color: #698F02; }
a { background-color: rgb(105,143,2); }
div.DivClassName
{
background-color: #698F02;
}
.BgClassName
{
background-color: #698F02;
}
</style>
border-color css
<style>
span { border-color: #698F02; }
span { border-color: rgb(105,143,2); }
td.TdClassName
{
border-color: #698F02;
}
.TagClassName
{
border-color: #698F02;
}
</style>