Shades of Olive Drab #689123
Tints of Olive Drab #689123
RGB
CMYK
RGB Variations
Color information
#689123 (or 0x689123) is known color: Olive Drab. HEX triplet: 68, 91 and 23. RGB value is (104,145,35). Sum of RGB (Red+Green+Blue) = 104+145+35=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #689123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689123 is #976EDC. Grayscale: #787878. Windows color (decimal): -9924317 or 2330984. OLE color: 2330984.
HSL color Cylindrical-coordinate representation of color #689123: hue angle of 82.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #689123 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 35 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.43 |
| HSL | 82.36º | 0.61% | 0.35% | - |
| HSV(B) | 82.36º | 0.76% | 0.57% | - |
| XYZ | 16.14 | 23.32 | 5.24 | - |
| YUV | 120.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 35 | 0.28 | 0 | 0.76 | 0.43 | 82.36 | 0.61 | 0.35 |
| Hex | 68 | 91 | 23 | 1C | 0 | 4C | 2B | 52 | 3D | 23 |
| Octal | 150 | 221 | 43 | 34 | 0 | 114 | 53 | 122 | 75 | 43 |
| Binary | 1101000 | 10010001 | 100011 | 11100 | 0 | 1001100 | 101011 | 1010010 | 111101 | 100011 |
Color Harmonies of #689123
Complementary color
Monochromatic Colors of #689123
Black with #689123
Text Example
Text Example
White with #689123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689123; }
p { color: rgb(104,145,35); }
H1.HeaderClassName
{
color: #689123;
}
.AnyTagClassName
{
color: #689123;
}
</style>
background-color css
<style>
a { background-color: #689123; }
a { background-color: rgb(104,145,35); }
div.DivClassName
{
background-color: #689123;
}
.BgClassName
{
background-color: #689123;
}
</style>
border-color css
<style>
span { border-color: #689123; }
span { border-color: rgb(104,145,35); }
td.TdClassName
{
border-color: #689123;
}
.TagClassName
{
border-color: #689123;
}
</style>