Shades of Olive #688800
Tints of Olive #688800
RGB
CMYK
RGB Variations
Color information
#688800 (or 0x688800) is known color: Olive. HEX triplet: 68, 88 and 00. RGB value is (104,136,0). Sum of RGB (Red+Green+Blue) = 104+136+0=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #688800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688800 is #9777FF. Grayscale: #6F6F6F. Windows color (decimal): -9926656 or 34920. OLE color: 34920.
HSL color Cylindrical-coordinate representation of color #688800: hue angle of 74.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #688800 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.47 |
| HSL | 74.12º | 1% | 0.27% | - |
| HSV(B) | 74.12º | 1% | 0.53% | - |
| XYZ | 14.51 | 20.55 | 3.2 | - |
| YUV | 110.93 | 65.4 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 0 | 0.24 | 0 | 1 | 0.47 | 74.12 | 1 | 0.27 |
| Hex | 68 | 88 | 0 | 18 | 0 | 64 | 2F | 4A | 64 | 1B |
| Octal | 150 | 210 | 0 | 30 | 0 | 144 | 57 | 112 | 144 | 33 |
| Binary | 1101000 | 10001000 | 0 | 11000 | 0 | 1100100 | 101111 | 1001010 | 1100100 | 11011 |
Color Harmonies of #688800
Complementary color
Monochromatic Colors of #688800
Black with #688800
Text Example
Text Example
White with #688800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688800; }
p { color: rgb(104,136,0); }
H1.HeaderClassName
{
color: #688800;
}
.AnyTagClassName
{
color: #688800;
}
</style>
background-color css
<style>
a { background-color: #688800; }
a { background-color: rgb(104,136,0); }
div.DivClassName
{
background-color: #688800;
}
.BgClassName
{
background-color: #688800;
}
</style>
border-color css
<style>
span { border-color: #688800; }
span { border-color: rgb(104,136,0); }
td.TdClassName
{
border-color: #688800;
}
.TagClassName
{
border-color: #688800;
}
</style>