Shades of Olive Drab #687F1C
Tints of Olive Drab #687F1C
RGB
CMYK
RGB Variations
Color information
#687F1C (or 0x687F1C) is known color: Olive Drab. HEX triplet: 68, 7F and 1C. RGB value is (104,127,28). Sum of RGB (Red+Green+Blue) = 104+127+28=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #687F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687F1C is #9780E3. Grayscale: #6D6D6D. Windows color (decimal): -9928932 or 1867624. OLE color: 1867624.
HSL color Cylindrical-coordinate representation of color #687F1C: hue angle of 73.94º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #687F1C is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 28 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.50 |
| HSL | 73.94º | 0.64% | 0.3% | - |
| HSV(B) | 73.94º | 0.78% | 0.5% | - |
| XYZ | 13.51 | 18.21 | 3.9 | - |
| YUV | 108.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 28 | 0.18 | 0 | 0.78 | 0.50 | 73.94 | 0.64 | 0.3 |
| Hex | 68 | 7F | 1C | 12 | 0 | 4E | 32 | 4A | 40 | 1E |
| Octal | 150 | 177 | 34 | 22 | 0 | 116 | 62 | 112 | 100 | 36 |
| Binary | 1101000 | 1111111 | 11100 | 10010 | 0 | 1001110 | 110010 | 1001010 | 1000000 | 11110 |
Color Harmonies of #687F1C
Complementary color
Monochromatic Colors of #687F1C
Black with #687F1C
Text Example
Text Example
White with #687F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F1C; }
p { color: rgb(104,127,28); }
H1.HeaderClassName
{
color: #687F1C;
}
.AnyTagClassName
{
color: #687F1C;
}
</style>
background-color css
<style>
a { background-color: #687F1C; }
a { background-color: rgb(104,127,28); }
div.DivClassName
{
background-color: #687F1C;
}
.BgClassName
{
background-color: #687F1C;
}
</style>
border-color css
<style>
span { border-color: #687F1C; }
span { border-color: rgb(104,127,28); }
td.TdClassName
{
border-color: #687F1C;
}
.TagClassName
{
border-color: #687F1C;
}
</style>