Shades of Olive Drab #688319
Tints of Olive Drab #688319
RGB
CMYK
RGB Variations
Color information
#688319 (or 0x688319) is known color: Olive Drab. HEX triplet: 68, 83 and 19. RGB value is (104,131,25). Sum of RGB (Red+Green+Blue) = 104+131+25=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #688319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688319 is #977CE6. Grayscale: #6F6F6F. Windows color (decimal): -9927911 or 1672040. OLE color: 1672040.
HSL color Cylindrical-coordinate representation of color #688319: hue angle of 75.28º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #688319 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 25 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.49 |
| HSL | 75.28º | 0.68% | 0.31% | - |
| HSV(B) | 75.28º | 0.81% | 0.51% | - |
| XYZ | 14 | 19.25 | 3.9 | - |
| YUV | 110.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 25 | 0.21 | 0 | 0.81 | 0.49 | 75.28 | 0.68 | 0.31 |
| Hex | 68 | 83 | 19 | 15 | 0 | 51 | 31 | 4B | 44 | 1F |
| Octal | 150 | 203 | 31 | 25 | 0 | 121 | 61 | 113 | 104 | 37 |
| Binary | 1101000 | 10000011 | 11001 | 10101 | 0 | 1010001 | 110001 | 1001011 | 1000100 | 11111 |
Color Harmonies of #688319
Complementary color
Monochromatic Colors of #688319
Black with #688319
Text Example
Text Example
White with #688319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688319; }
p { color: rgb(104,131,25); }
H1.HeaderClassName
{
color: #688319;
}
.AnyTagClassName
{
color: #688319;
}
</style>
background-color css
<style>
a { background-color: #688319; }
a { background-color: rgb(104,131,25); }
div.DivClassName
{
background-color: #688319;
}
.BgClassName
{
background-color: #688319;
}
</style>
border-color css
<style>
span { border-color: #688319; }
span { border-color: rgb(104,131,25); }
td.TdClassName
{
border-color: #688319;
}
.TagClassName
{
border-color: #688319;
}
</style>