Shades of Olive Drab #688630
Tints of Olive Drab #688630
RGB
CMYK
RGB Variations
Color information
#688630 (or 0x688630) is known color: Olive Drab. HEX triplet: 68, 86 and 30. RGB value is (104,134,48). Sum of RGB (Red+Green+Blue) = 104+134+48=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #688630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688630 is #9779CF. Grayscale: #737373. Windows color (decimal): -9927120 or 3180136. OLE color: 3180136.
HSL color Cylindrical-coordinate representation of color #688630: hue angle of 80.93º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #688630 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 48 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.47 |
| HSL | 80.93º | 0.47% | 0.36% | - |
| HSV(B) | 80.93º | 0.64% | 0.53% | - |
| XYZ | 14.77 | 20.21 | 5.92 | - |
| YUV | 115.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 48 | 0.22 | 0 | 0.64 | 0.47 | 80.93 | 0.47 | 0.36 |
| Hex | 68 | 86 | 30 | 16 | 0 | 40 | 2F | 51 | 2F | 24 |
| Octal | 150 | 206 | 60 | 26 | 0 | 100 | 57 | 121 | 57 | 44 |
| Binary | 1101000 | 10000110 | 110000 | 10110 | 0 | 1000000 | 101111 | 1010001 | 101111 | 100100 |
Color Harmonies of #688630
Complementary color
Monochromatic Colors of #688630
Black with #688630
Text Example
Text Example
White with #688630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688630; }
p { color: rgb(104,134,48); }
H1.HeaderClassName
{
color: #688630;
}
.AnyTagClassName
{
color: #688630;
}
</style>
background-color css
<style>
a { background-color: #688630; }
a { background-color: rgb(104,134,48); }
div.DivClassName
{
background-color: #688630;
}
.BgClassName
{
background-color: #688630;
}
</style>
border-color css
<style>
span { border-color: #688630; }
span { border-color: rgb(104,134,48); }
td.TdClassName
{
border-color: #688630;
}
.TagClassName
{
border-color: #688630;
}
</style>