Shades of Olive Drab #698607
Tints of Olive Drab #698607
RGB
CMYK
RGB Variations
Color information
#698607 (or 0x698607) is known color: Olive Drab. HEX triplet: 69, 86 and 07. RGB value is (105,134,7). Sum of RGB (Red+Green+Blue) = 105+134+7=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #698607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698607 is #9679F8. Grayscale: #6F6F6F. Windows color (decimal): -9861625 or 493161. OLE color: 493161.
HSL color Cylindrical-coordinate representation of color #698607: hue angle of 73.7º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #698607 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 7 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.47 |
| HSL | 73.7º | 0.9% | 0.28% | - |
| HSV(B) | 73.7º | 0.95% | 0.53% | - |
| XYZ | 14.39 | 20.07 | 3.32 | - |
| YUV | 110.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 7 | 0.22 | 0 | 0.95 | 0.47 | 73.7 | 0.9 | 0.28 |
| Hex | 69 | 86 | 7 | 16 | 0 | 5F | 2F | 4A | 5A | 1C |
| Octal | 151 | 206 | 7 | 26 | 0 | 137 | 57 | 112 | 132 | 34 |
| Binary | 1101001 | 10000110 | 111 | 10110 | 0 | 1011111 | 101111 | 1001010 | 1011010 | 11100 |
Color Harmonies of #698607
Complementary color
Monochromatic Colors of #698607
Black with #698607
Text Example
Text Example
White with #698607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698607; }
p { color: rgb(105,134,7); }
H1.HeaderClassName
{
color: #698607;
}
.AnyTagClassName
{
color: #698607;
}
</style>
background-color css
<style>
a { background-color: #698607; }
a { background-color: rgb(105,134,7); }
div.DivClassName
{
background-color: #698607;
}
.BgClassName
{
background-color: #698607;
}
</style>
border-color css
<style>
span { border-color: #698607; }
span { border-color: rgb(105,134,7); }
td.TdClassName
{
border-color: #698607;
}
.TagClassName
{
border-color: #698607;
}
</style>