Shades of Olive Drab #689315
Tints of Olive Drab #689315
RGB
CMYK
RGB Variations
Color information
#689315 (or 0x689315) is known color: Olive Drab. HEX triplet: 68, 93 and 15. RGB value is (104,147,21). Sum of RGB (Red+Green+Blue) = 104+147+21=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #689315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689315 is #976CEA. Grayscale: #787878. Windows color (decimal): -9923819 or 1413992. OLE color: 1413992.
HSL color Cylindrical-coordinate representation of color #689315: hue angle of 80.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #689315 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 21 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.42 |
| HSL | 80.48º | 0.75% | 0.33% | - |
| HSV(B) | 80.48º | 0.86% | 0.58% | - |
| XYZ | 16.28 | 23.86 | 4.46 | - |
| YUV | 119.78 | 72.25 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 21 | 0.29 | 0 | 0.86 | 0.42 | 80.48 | 0.75 | 0.33 |
| Hex | 68 | 93 | 15 | 1D | 0 | 56 | 2A | 50 | 4B | 21 |
| Octal | 150 | 223 | 25 | 35 | 0 | 126 | 52 | 120 | 113 | 41 |
| Binary | 1101000 | 10010011 | 10101 | 11101 | 0 | 1010110 | 101010 | 1010000 | 1001011 | 100001 |
Color Harmonies of #689315
Complementary color
Monochromatic Colors of #689315
Black with #689315
Text Example
Text Example
White with #689315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689315; }
p { color: rgb(104,147,21); }
H1.HeaderClassName
{
color: #689315;
}
.AnyTagClassName
{
color: #689315;
}
</style>
background-color css
<style>
a { background-color: #689315; }
a { background-color: rgb(104,147,21); }
div.DivClassName
{
background-color: #689315;
}
.BgClassName
{
background-color: #689315;
}
</style>
border-color css
<style>
span { border-color: #689315; }
span { border-color: rgb(104,147,21); }
td.TdClassName
{
border-color: #689315;
}
.TagClassName
{
border-color: #689315;
}
</style>