Shades of Olive Drab #688230
Tints of Olive Drab #688230
RGB
CMYK
RGB Variations
Color information
#688230 (or 0x688230) is known color: Olive Drab. HEX triplet: 68, 82 and 30. RGB value is (104,130,48). Sum of RGB (Red+Green+Blue) = 104+130+48=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #688230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688230 is #977DCF. Grayscale: #717171. Windows color (decimal): -9928144 or 3179112. OLE color: 3179112.
HSL color Cylindrical-coordinate representation of color #688230: hue angle of 79.02º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #688230 is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 48 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.49 |
| HSL | 79.02º | 0.46% | 0.35% | - |
| HSV(B) | 79.02º | 0.63% | 0.51% | - |
| XYZ | 14.23 | 19.12 | 5.74 | - |
| YUV | 112.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 48 | 0.2 | 0 | 0.63 | 0.49 | 79.02 | 0.46 | 0.35 |
| Hex | 68 | 82 | 30 | 14 | 0 | 3F | 31 | 4F | 2E | 23 |
| Octal | 150 | 202 | 60 | 24 | 0 | 77 | 61 | 117 | 56 | 43 |
| Binary | 1101000 | 10000010 | 110000 | 10100 | 0 | 111111 | 110001 | 1001111 | 101110 | 100011 |
Color Harmonies of #688230
Complementary color
Monochromatic Colors of #688230
Black with #688230
Text Example
Text Example
White with #688230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688230; }
p { color: rgb(104,130,48); }
H1.HeaderClassName
{
color: #688230;
}
.AnyTagClassName
{
color: #688230;
}
</style>
background-color css
<style>
a { background-color: #688230; }
a { background-color: rgb(104,130,48); }
div.DivClassName
{
background-color: #688230;
}
.BgClassName
{
background-color: #688230;
}
</style>
border-color css
<style>
span { border-color: #688230; }
span { border-color: rgb(104,130,48); }
td.TdClassName
{
border-color: #688230;
}
.TagClassName
{
border-color: #688230;
}
</style>