Shades of Olive Drab #688B07
Tints of Olive Drab #688B07
RGB
CMYK
RGB Variations
Color information
#688B07 (or 0x688B07) is known color: Olive Drab. HEX triplet: 68, 8B and 07. RGB value is (104,139,7). Sum of RGB (Red+Green+Blue) = 104+139+7=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #688B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688B07 is #9774F8. Grayscale: #717171. Windows color (decimal): -9925881 or 494440. OLE color: 494440.
HSL color Cylindrical-coordinate representation of color #688B07: hue angle of 75.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #688B07 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 7 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.45 |
| HSL | 75.91º | 0.9% | 0.29% | - |
| HSV(B) | 75.91º | 0.95% | 0.55% | - |
| XYZ | 14.98 | 21.42 | 3.55 | - |
| YUV | 113.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 7 | 0.25 | 0 | 0.95 | 0.45 | 75.91 | 0.9 | 0.29 |
| Hex | 68 | 8B | 7 | 19 | 0 | 5F | 2D | 4C | 5A | 1D |
| Octal | 150 | 213 | 7 | 31 | 0 | 137 | 55 | 114 | 132 | 35 |
| Binary | 1101000 | 10001011 | 111 | 11001 | 0 | 1011111 | 101101 | 1001100 | 1011010 | 11101 |
Color Harmonies of #688B07
Complementary color
Monochromatic Colors of #688B07
Black with #688B07
Text Example
Text Example
White with #688B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B07; }
p { color: rgb(104,139,7); }
H1.HeaderClassName
{
color: #688B07;
}
.AnyTagClassName
{
color: #688B07;
}
</style>
background-color css
<style>
a { background-color: #688B07; }
a { background-color: rgb(104,139,7); }
div.DivClassName
{
background-color: #688B07;
}
.BgClassName
{
background-color: #688B07;
}
</style>
border-color css
<style>
span { border-color: #688B07; }
span { border-color: rgb(104,139,7); }
td.TdClassName
{
border-color: #688B07;
}
.TagClassName
{
border-color: #688B07;
}
</style>