Shades of Olive Drab #698F06
Tints of Olive Drab #698F06
RGB
CMYK
RGB Variations
Color information
#698F06 (or 0x698F06) is known color: Olive Drab. HEX triplet: 69, 8F and 06. RGB value is (105,143,6). Sum of RGB (Red+Green+Blue) = 105+143+6=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #698F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698F06 is #9670F9. Grayscale: #747474. Windows color (decimal): -9859322 or 429929. OLE color: 429929.
HSL color Cylindrical-coordinate representation of color #698F06: hue angle of 76.64º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698F06 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 143 | 6 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.44 |
| HSL | 76.64º | 0.92% | 0.29% | - |
| HSV(B) | 76.64º | 0.96% | 0.56% | - |
| XYZ | 15.68 | 22.66 | 3.72 | - |
| YUV | 116.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 6 | 0.27 | 0 | 0.96 | 0.44 | 76.64 | 0.92 | 0.29 |
| Hex | 69 | 8F | 6 | 1B | 0 | 60 | 2C | 4D | 5C | 1D |
| Octal | 151 | 217 | 6 | 33 | 0 | 140 | 54 | 115 | 134 | 35 |
| Binary | 1101001 | 10001111 | 110 | 11011 | 0 | 1100000 | 101100 | 1001101 | 1011100 | 11101 |
Color Harmonies of #698F06
Complementary color
Monochromatic Colors of #698F06
Black with #698F06
Text Example
Text Example
White with #698F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F06; }
p { color: rgb(105,143,6); }
H1.HeaderClassName
{
color: #698F06;
}
.AnyTagClassName
{
color: #698F06;
}
</style>
background-color css
<style>
a { background-color: #698F06; }
a { background-color: rgb(105,143,6); }
div.DivClassName
{
background-color: #698F06;
}
.BgClassName
{
background-color: #698F06;
}
</style>
border-color css
<style>
span { border-color: #698F06; }
span { border-color: rgb(105,143,6); }
td.TdClassName
{
border-color: #698F06;
}
.TagClassName
{
border-color: #698F06;
}
</style>