Shades of Olive Drab #688723
Tints of Olive Drab #688723
RGB
CMYK
RGB Variations
Color information
#688723 (or 0x688723) is known color: Olive Drab. HEX triplet: 68, 87 and 23. RGB value is (104,135,35). Sum of RGB (Red+Green+Blue) = 104+135+35=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #688723 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688723 is #9778DC. Grayscale: #727272. Windows color (decimal): -9926877 or 2328424. OLE color: 2328424.
HSL color Cylindrical-coordinate representation of color #688723: hue angle of 78.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #688723 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 35 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.47 |
| HSL | 78.6º | 0.59% | 0.33% | - |
| HSV(B) | 78.6º | 0.74% | 0.53% | - |
| XYZ | 14.68 | 20.39 | 4.75 | - |
| YUV | 114.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 35 | 0.23 | 0 | 0.74 | 0.47 | 78.6 | 0.59 | 0.33 |
| Hex | 68 | 87 | 23 | 17 | 0 | 4A | 2F | 4F | 3B | 21 |
| Octal | 150 | 207 | 43 | 27 | 0 | 112 | 57 | 117 | 73 | 41 |
| Binary | 1101000 | 10000111 | 100011 | 10111 | 0 | 1001010 | 101111 | 1001111 | 111011 | 100001 |
Color Harmonies of #688723
Complementary color
Monochromatic Colors of #688723
Black with #688723
Text Example
Text Example
White with #688723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688723; }
p { color: rgb(104,135,35); }
H1.HeaderClassName
{
color: #688723;
}
.AnyTagClassName
{
color: #688723;
}
</style>
background-color css
<style>
a { background-color: #688723; }
a { background-color: rgb(104,135,35); }
div.DivClassName
{
background-color: #688723;
}
.BgClassName
{
background-color: #688723;
}
</style>
border-color css
<style>
span { border-color: #688723; }
span { border-color: rgb(104,135,35); }
td.TdClassName
{
border-color: #688723;
}
.TagClassName
{
border-color: #688723;
}
</style>