Shades of Olive Drab #688729
Tints of Olive Drab #688729
RGB
CMYK
RGB Variations
Color information
#688729 (or 0x688729) is known color: Olive Drab. HEX triplet: 68, 87 and 29. RGB value is (104,135,41). Sum of RGB (Red+Green+Blue) = 104+135+41=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #688729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688729 is #9778D6. Grayscale: #737373. Windows color (decimal): -9926871 or 2721640. OLE color: 2721640.
HSL color Cylindrical-coordinate representation of color #688729: hue angle of 79.79º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #688729 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 41 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.47 |
| HSL | 79.79º | 0.53% | 0.35% | - |
| HSV(B) | 79.79º | 0.7% | 0.53% | - |
| XYZ | 14.77 | 20.43 | 5.26 | - |
| YUV | 115.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 41 | 0.23 | 0 | 0.70 | 0.47 | 79.79 | 0.53 | 0.35 |
| Hex | 68 | 87 | 29 | 17 | 0 | 46 | 2F | 50 | 35 | 23 |
| Octal | 150 | 207 | 51 | 27 | 0 | 106 | 57 | 120 | 65 | 43 |
| Binary | 1101000 | 10000111 | 101001 | 10111 | 0 | 1000110 | 101111 | 1010000 | 110101 | 100011 |
Color Harmonies of #688729
Complementary color
Monochromatic Colors of #688729
Black with #688729
Text Example
Text Example
White with #688729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688729; }
p { color: rgb(104,135,41); }
H1.HeaderClassName
{
color: #688729;
}
.AnyTagClassName
{
color: #688729;
}
</style>
background-color css
<style>
a { background-color: #688729; }
a { background-color: rgb(104,135,41); }
div.DivClassName
{
background-color: #688729;
}
.BgClassName
{
background-color: #688729;
}
</style>
border-color css
<style>
span { border-color: #688729; }
span { border-color: rgb(104,135,41); }
td.TdClassName
{
border-color: #688729;
}
.TagClassName
{
border-color: #688729;
}
</style>