Shades of Olive Drab #688C19
Tints of Olive Drab #688C19
RGB
CMYK
RGB Variations
Color information
#688C19 (or 0x688C19) is known color: Olive Drab. HEX triplet: 68, 8C and 19. RGB value is (104,140,25). Sum of RGB (Red+Green+Blue) = 104+140+25=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #688C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688C19 is #9773E6. Grayscale: #747474. Windows color (decimal): -9925607 or 1674344. OLE color: 1674344.
HSL color Cylindrical-coordinate representation of color #688C19: hue angle of 78.78º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #688C19 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 25 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.45 |
| HSL | 78.78º | 0.7% | 0.32% | - |
| HSV(B) | 78.78º | 0.82% | 0.55% | - |
| XYZ | 15.26 | 21.77 | 4.32 | - |
| YUV | 116.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 25 | 0.26 | 0 | 0.82 | 0.45 | 78.78 | 0.7 | 0.32 |
| Hex | 68 | 8C | 19 | 1A | 0 | 52 | 2D | 4F | 46 | 20 |
| Octal | 150 | 214 | 31 | 32 | 0 | 122 | 55 | 117 | 106 | 40 |
| Binary | 1101000 | 10001100 | 11001 | 11010 | 0 | 1010010 | 101101 | 1001111 | 1000110 | 100000 |
Color Harmonies of #688C19
Complementary color
Monochromatic Colors of #688C19
Black with #688C19
Text Example
Text Example
White with #688C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C19; }
p { color: rgb(104,140,25); }
H1.HeaderClassName
{
color: #688C19;
}
.AnyTagClassName
{
color: #688C19;
}
</style>
background-color css
<style>
a { background-color: #688C19; }
a { background-color: rgb(104,140,25); }
div.DivClassName
{
background-color: #688C19;
}
.BgClassName
{
background-color: #688C19;
}
</style>
border-color css
<style>
span { border-color: #688C19; }
span { border-color: rgb(104,140,25); }
td.TdClassName
{
border-color: #688C19;
}
.TagClassName
{
border-color: #688C19;
}
</style>