Shades of Olive Drab #688430
Tints of Olive Drab #688430
RGB
CMYK
RGB Variations
Color information
#688430 (or 0x688430) is known color: Olive Drab. HEX triplet: 68, 84 and 30. RGB value is (104,132,48). Sum of RGB (Red+Green+Blue) = 104+132+48=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #688430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688430 is #977BCF. Grayscale: #727272. Windows color (decimal): -9927632 or 3179624. OLE color: 3179624.
HSL color Cylindrical-coordinate representation of color #688430: hue angle of 80º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #688430 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 48 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.48 |
| HSL | 80º | 0.47% | 0.35% | - |
| HSV(B) | 80º | 0.64% | 0.52% | - |
| XYZ | 14.49 | 19.66 | 5.83 | - |
| YUV | 114.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 48 | 0.21 | 0 | 0.64 | 0.48 | 80 | 0.47 | 0.35 |
| Hex | 68 | 84 | 30 | 15 | 0 | 40 | 30 | 50 | 2F | 23 |
| Octal | 150 | 204 | 60 | 25 | 0 | 100 | 60 | 120 | 57 | 43 |
| Binary | 1101000 | 10000100 | 110000 | 10101 | 0 | 1000000 | 110000 | 1010000 | 101111 | 100011 |
Color Harmonies of #688430
Complementary color
Monochromatic Colors of #688430
Black with #688430
Text Example
Text Example
White with #688430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688430; }
p { color: rgb(104,132,48); }
H1.HeaderClassName
{
color: #688430;
}
.AnyTagClassName
{
color: #688430;
}
</style>
background-color css
<style>
a { background-color: #688430; }
a { background-color: rgb(104,132,48); }
div.DivClassName
{
background-color: #688430;
}
.BgClassName
{
background-color: #688430;
}
</style>
border-color css
<style>
span { border-color: #688430; }
span { border-color: rgb(104,132,48); }
td.TdClassName
{
border-color: #688430;
}
.TagClassName
{
border-color: #688430;
}
</style>