Shades of Olive Drab #688123
Tints of Olive Drab #688123
RGB
CMYK
RGB Variations
Color information
#688123 (or 0x688123) is known color: Olive Drab. HEX triplet: 68, 81 and 23. RGB value is (104,129,35). Sum of RGB (Red+Green+Blue) = 104+129+35=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #688123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688123 is #977EDC. Grayscale: #6F6F6F. Windows color (decimal): -9928413 or 2326888. OLE color: 2326888.
HSL color Cylindrical-coordinate representation of color #688123: hue angle of 75.96º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #688123 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 35 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.49 |
| HSL | 75.96º | 0.57% | 0.32% | - |
| HSV(B) | 75.96º | 0.73% | 0.51% | - |
| XYZ | 13.86 | 18.76 | 4.48 | - |
| YUV | 110.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 35 | 0.19 | 0 | 0.73 | 0.49 | 75.96 | 0.57 | 0.32 |
| Hex | 68 | 81 | 23 | 13 | 0 | 49 | 31 | 4C | 39 | 20 |
| Octal | 150 | 201 | 43 | 23 | 0 | 111 | 61 | 114 | 71 | 40 |
| Binary | 1101000 | 10000001 | 100011 | 10011 | 0 | 1001001 | 110001 | 1001100 | 111001 | 100000 |
Color Harmonies of #688123
Complementary color
Monochromatic Colors of #688123
Black with #688123
Text Example
Text Example
White with #688123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688123; }
p { color: rgb(104,129,35); }
H1.HeaderClassName
{
color: #688123;
}
.AnyTagClassName
{
color: #688123;
}
</style>
background-color css
<style>
a { background-color: #688123; }
a { background-color: rgb(104,129,35); }
div.DivClassName
{
background-color: #688123;
}
.BgClassName
{
background-color: #688123;
}
</style>
border-color css
<style>
span { border-color: #688123; }
span { border-color: rgb(104,129,35); }
td.TdClassName
{
border-color: #688123;
}
.TagClassName
{
border-color: #688123;
}
</style>