Shades of Olive Drab #688B1D
Tints of Olive Drab #688B1D
RGB
CMYK
RGB Variations
Color information
#688B1D (or 0x688B1D) is known color: Olive Drab. HEX triplet: 68, 8B and 1D. RGB value is (104,139,29). Sum of RGB (Red+Green+Blue) = 104+139+29=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #688B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B1D is #9774E2. Grayscale: #747474. Windows color (decimal): -9925859 or 1936232. OLE color: 1936232.
HSL color Cylindrical-coordinate representation of color #688B1D: hue angle of 79.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #688B1D is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 29 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.45 |
| HSL | 79.09º | 0.65% | 0.33% | - |
| HSV(B) | 79.09º | 0.79% | 0.55% | - |
| XYZ | 15.16 | 21.5 | 4.51 | - |
| YUV | 116 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 29 | 0.25 | 0 | 0.79 | 0.45 | 79.09 | 0.65 | 0.33 |
| Hex | 68 | 8B | 1D | 19 | 0 | 4F | 2D | 4F | 41 | 21 |
| Octal | 150 | 213 | 35 | 31 | 0 | 117 | 55 | 117 | 101 | 41 |
| Binary | 1101000 | 10001011 | 11101 | 11001 | 0 | 1001111 | 101101 | 1001111 | 1000001 | 100001 |
Color Harmonies of #688B1D
Complementary color
Monochromatic Colors of #688B1D
Black with #688B1D
Text Example
Text Example
White with #688B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B1D; }
p { color: rgb(104,139,29); }
H1.HeaderClassName
{
color: #688B1D;
}
.AnyTagClassName
{
color: #688B1D;
}
</style>
background-color css
<style>
a { background-color: #688B1D; }
a { background-color: rgb(104,139,29); }
div.DivClassName
{
background-color: #688B1D;
}
.BgClassName
{
background-color: #688B1D;
}
</style>
border-color css
<style>
span { border-color: #688B1D; }
span { border-color: rgb(104,139,29); }
td.TdClassName
{
border-color: #688B1D;
}
.TagClassName
{
border-color: #688B1D;
}
</style>