Shades of Olive Drab #687F34
Tints of Olive Drab #687F34
RGB
CMYK
RGB Variations
Color information
#687F34 (or 0x687F34) is known color: Olive Drab. HEX triplet: 68, 7F and 34. RGB value is (104,127,52). Sum of RGB (Red+Green+Blue) = 104+127+52=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #687F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687F34 is #9780CB. Grayscale: #6F6F6F. Windows color (decimal): -9928908 or 3440488. OLE color: 3440488.
HSL color Cylindrical-coordinate representation of color #687F34: hue angle of 78.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #687F34 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 52 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.50 |
| HSL | 78.4º | 0.42% | 0.35% | - |
| HSV(B) | 78.4º | 0.59% | 0.5% | - |
| XYZ | 13.92 | 18.37 | 6.06 | - |
| YUV | 111.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 52 | 0.18 | 0 | 0.59 | 0.50 | 78.4 | 0.42 | 0.35 |
| Hex | 68 | 7F | 34 | 12 | 0 | 3B | 32 | 4E | 2A | 23 |
| Octal | 150 | 177 | 64 | 22 | 0 | 73 | 62 | 116 | 52 | 43 |
| Binary | 1101000 | 1111111 | 110100 | 10010 | 0 | 111011 | 110010 | 1001110 | 101010 | 100011 |
Color Harmonies of #687F34
Complementary color
Monochromatic Colors of #687F34
Black with #687F34
Text Example
Text Example
White with #687F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F34; }
p { color: rgb(104,127,52); }
H1.HeaderClassName
{
color: #687F34;
}
.AnyTagClassName
{
color: #687F34;
}
</style>
background-color css
<style>
a { background-color: #687F34; }
a { background-color: rgb(104,127,52); }
div.DivClassName
{
background-color: #687F34;
}
.BgClassName
{
background-color: #687F34;
}
</style>
border-color css
<style>
span { border-color: #687F34; }
span { border-color: rgb(104,127,52); }
td.TdClassName
{
border-color: #687F34;
}
.TagClassName
{
border-color: #687F34;
}
</style>