Shades of Olive Drab #688A1D
Tints of Olive Drab #688A1D
RGB
CMYK
RGB Variations
Color information
#688A1D (or 0x688A1D) is known color: Olive Drab. HEX triplet: 68, 8A and 1D. RGB value is (104,138,29). Sum of RGB (Red+Green+Blue) = 104+138+29=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #688A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688A1D is #9775E2. Grayscale: #737373. Windows color (decimal): -9926115 or 1935976. OLE color: 1935976.
HSL color Cylindrical-coordinate representation of color #688A1D: hue angle of 78.72º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #688A1D is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 29 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.46 |
| HSL | 78.72º | 0.65% | 0.33% | - |
| HSV(B) | 78.72º | 0.79% | 0.54% | - |
| XYZ | 15.02 | 21.21 | 4.46 | - |
| YUV | 115.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 29 | 0.25 | 0 | 0.79 | 0.46 | 78.72 | 0.65 | 0.33 |
| Hex | 68 | 8A | 1D | 19 | 0 | 4F | 2E | 4F | 41 | 21 |
| Octal | 150 | 212 | 35 | 31 | 0 | 117 | 56 | 117 | 101 | 41 |
| Binary | 1101000 | 10001010 | 11101 | 11001 | 0 | 1001111 | 101110 | 1001111 | 1000001 | 100001 |
Color Harmonies of #688A1D
Complementary color
Monochromatic Colors of #688A1D
Black with #688A1D
Text Example
Text Example
White with #688A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A1D; }
p { color: rgb(104,138,29); }
H1.HeaderClassName
{
color: #688A1D;
}
.AnyTagClassName
{
color: #688A1D;
}
</style>
background-color css
<style>
a { background-color: #688A1D; }
a { background-color: rgb(104,138,29); }
div.DivClassName
{
background-color: #688A1D;
}
.BgClassName
{
background-color: #688A1D;
}
</style>
border-color css
<style>
span { border-color: #688A1D; }
span { border-color: rgb(104,138,29); }
td.TdClassName
{
border-color: #688A1D;
}
.TagClassName
{
border-color: #688A1D;
}
</style>