Shades of Olive Drab #698F04
Tints of Olive Drab #698F04
RGB
CMYK
RGB Variations
Color information
#698F04 (or 0x698F04) is known color: Olive Drab. HEX triplet: 69, 8F and 04. RGB value is (105,143,4). Sum of RGB (Red+Green+Blue) = 105+143+4=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 143 (56.25% from 255 or 56.75% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 143 - color contains mainly: green. Hex color #698F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F04 is #9670FB. Grayscale: #747474. Windows color (decimal): -9859324 or 298857. OLE color: 298857.
HSL color Cylindrical-coordinate representation of color #698F04: hue angle of 76.4º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #698F04 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 143 | 4 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.44 |
| HSL | 76.4º | 0.95% | 0.29% | - |
| HSV(B) | 76.4º | 0.97% | 0.56% | - |
| XYZ | 15.67 | 22.66 | 3.66 | - |
| YUV | 115.79 | 64.91 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 4 | 0.27 | 0 | 0.97 | 0.44 | 76.4 | 0.95 | 0.29 |
| Hex | 69 | 8F | 4 | 1B | 0 | 61 | 2C | 4C | 5F | 1D |
| Octal | 151 | 217 | 4 | 33 | 0 | 141 | 54 | 114 | 137 | 35 |
| Binary | 1101001 | 10001111 | 100 | 11011 | 0 | 1100001 | 101100 | 1001100 | 1011111 | 11101 |
Color Harmonies of #698F04
Complementary color
Monochromatic Colors of #698F04
Black with #698F04
Text Example
Text Example
White with #698F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F04; }
p { color: rgb(105,143,4); }
H1.HeaderClassName
{
color: #698F04;
}
.AnyTagClassName
{
color: #698F04;
}
</style>
background-color css
<style>
a { background-color: #698F04; }
a { background-color: rgb(105,143,4); }
div.DivClassName
{
background-color: #698F04;
}
.BgClassName
{
background-color: #698F04;
}
</style>
border-color css
<style>
span { border-color: #698F04; }
span { border-color: rgb(105,143,4); }
td.TdClassName
{
border-color: #698F04;
}
.TagClassName
{
border-color: #698F04;
}
</style>