Shades of Olive Drab #689B1D
Tints of Olive Drab #689B1D
RGB
CMYK
RGB Variations
Color information
#689B1D (or 0x689B1D) is known color: Olive Drab. HEX triplet: 68, 9B and 1D. RGB value is (104,155,29). Sum of RGB (Red+Green+Blue) = 104+155+29=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 155 (60.94% from 255 or 53.82% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 155 - color contains mainly: green. Hex color #689B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B1D is #9764E2. Grayscale: #7D7D7D. Windows color (decimal): -9921763 or 1940328. OLE color: 1940328.
HSL color Cylindrical-coordinate representation of color #689B1D: hue angle of 84.29º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #689B1D is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 29 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.39 |
| HSL | 84.29º | 0.68% | 0.36% | - |
| HSV(B) | 84.29º | 0.81% | 0.61% | - |
| XYZ | 17.65 | 26.47 | 5.34 | - |
| YUV | 125.39 | 73.6 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 29 | 0.33 | 0 | 0.81 | 0.39 | 84.29 | 0.68 | 0.36 |
| Hex | 68 | 9B | 1D | 21 | 0 | 51 | 27 | 54 | 44 | 24 |
| Octal | 150 | 233 | 35 | 41 | 0 | 121 | 47 | 124 | 104 | 44 |
| Binary | 1101000 | 10011011 | 11101 | 100001 | 0 | 1010001 | 100111 | 1010100 | 1000100 | 100100 |
Color Harmonies of #689B1D
Complementary color
Monochromatic Colors of #689B1D
Black with #689B1D
Text Example
Text Example
White with #689B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B1D; }
p { color: rgb(104,155,29); }
H1.HeaderClassName
{
color: #689B1D;
}
.AnyTagClassName
{
color: #689B1D;
}
</style>
background-color css
<style>
a { background-color: #689B1D; }
a { background-color: rgb(104,155,29); }
div.DivClassName
{
background-color: #689B1D;
}
.BgClassName
{
background-color: #689B1D;
}
</style>
border-color css
<style>
span { border-color: #689B1D; }
span { border-color: rgb(104,155,29); }
td.TdClassName
{
border-color: #689B1D;
}
.TagClassName
{
border-color: #689B1D;
}
</style>