Shades of Olive Drab #688B05
Tints of Olive Drab #688B05
RGB
CMYK
RGB Variations
Color information
#688B05 (or 0x688B05) is known color: Olive Drab. HEX triplet: 68, 8B and 05. RGB value is (104,139,5). Sum of RGB (Red+Green+Blue) = 104+139+5=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #688B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688B05 is #9774FA. Grayscale: #717171. Windows color (decimal): -9925883 or 363368. OLE color: 363368.
HSL color Cylindrical-coordinate representation of color #688B05: hue angle of 75.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #688B05 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 5 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.45 |
| HSL | 75.67º | 0.93% | 0.28% | - |
| HSV(B) | 75.67º | 0.96% | 0.55% | - |
| XYZ | 14.97 | 21.42 | 3.49 | - |
| YUV | 113.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 5 | 0.25 | 0 | 0.96 | 0.45 | 75.67 | 0.93 | 0.28 |
| Hex | 68 | 8B | 5 | 19 | 0 | 60 | 2D | 4C | 5D | 1C |
| Octal | 150 | 213 | 5 | 31 | 0 | 140 | 55 | 114 | 135 | 34 |
| Binary | 1101000 | 10001011 | 101 | 11001 | 0 | 1100000 | 101101 | 1001100 | 1011101 | 11100 |
Color Harmonies of #688B05
Complementary color
Monochromatic Colors of #688B05
Black with #688B05
Text Example
Text Example
White with #688B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B05; }
p { color: rgb(104,139,5); }
H1.HeaderClassName
{
color: #688B05;
}
.AnyTagClassName
{
color: #688B05;
}
</style>
background-color css
<style>
a { background-color: #688B05; }
a { background-color: rgb(104,139,5); }
div.DivClassName
{
background-color: #688B05;
}
.BgClassName
{
background-color: #688B05;
}
</style>
border-color css
<style>
span { border-color: #688B05; }
span { border-color: rgb(104,139,5); }
td.TdClassName
{
border-color: #688B05;
}
.TagClassName
{
border-color: #688B05;
}
</style>