Shades of Olive Drab #688807
Tints of Olive Drab #688807
RGB
CMYK
RGB Variations
Color information
#688807 (or 0x688807) is known color: Olive Drab. HEX triplet: 68, 88 and 07. RGB value is (104,136,7). Sum of RGB (Red+Green+Blue) = 104+136+7=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #688807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688807 is #9777F8. Grayscale: #707070. Windows color (decimal): -9926649 or 493672. OLE color: 493672.
HSL color Cylindrical-coordinate representation of color #688807: hue angle of 74.88º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #688807 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 7 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.47 |
| HSL | 74.88º | 0.9% | 0.28% | - |
| HSV(B) | 74.88º | 0.95% | 0.53% | - |
| XYZ | 14.55 | 20.57 | 3.4 | - |
| YUV | 111.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 7 | 0.24 | 0 | 0.95 | 0.47 | 74.88 | 0.9 | 0.28 |
| Hex | 68 | 88 | 7 | 18 | 0 | 5F | 2F | 4B | 5A | 1C |
| Octal | 150 | 210 | 7 | 30 | 0 | 137 | 57 | 113 | 132 | 34 |
| Binary | 1101000 | 10001000 | 111 | 11000 | 0 | 1011111 | 101111 | 1001011 | 1011010 | 11100 |
Color Harmonies of #688807
Complementary color
Monochromatic Colors of #688807
Black with #688807
Text Example
Text Example
White with #688807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688807; }
p { color: rgb(104,136,7); }
H1.HeaderClassName
{
color: #688807;
}
.AnyTagClassName
{
color: #688807;
}
</style>
background-color css
<style>
a { background-color: #688807; }
a { background-color: rgb(104,136,7); }
div.DivClassName
{
background-color: #688807;
}
.BgClassName
{
background-color: #688807;
}
</style>
border-color css
<style>
span { border-color: #688807; }
span { border-color: rgb(104,136,7); }
td.TdClassName
{
border-color: #688807;
}
.TagClassName
{
border-color: #688807;
}
</style>