Shades of Olive Drab #68892F
Tints of Olive Drab #68892F
RGB
CMYK
RGB Variations
Color information
#68892F (or 0x68892F) is known color: Olive Drab. HEX triplet: 68, 89 and 2F. RGB value is (104,137,47). Sum of RGB (Red+Green+Blue) = 104+137+47=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #68892F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68892F is #9776D0. Grayscale: #757575. Windows color (decimal): -9926353 or 3115368. OLE color: 3115368.
HSL color Cylindrical-coordinate representation of color #68892F: hue angle of 82º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68892F is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 137 | 47 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.46 |
| HSL | 82º | 0.49% | 0.36% | - |
| HSV(B) | 82º | 0.66% | 0.54% | - |
| XYZ | 15.17 | 21.04 | 5.95 | - |
| YUV | 116.87 | 88.57 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 47 | 0.24 | 0 | 0.66 | 0.46 | 82 | 0.49 | 0.36 |
| Hex | 68 | 89 | 2F | 18 | 0 | 42 | 2E | 52 | 31 | 24 |
| Octal | 150 | 211 | 57 | 30 | 0 | 102 | 56 | 122 | 61 | 44 |
| Binary | 1101000 | 10001001 | 101111 | 11000 | 0 | 1000010 | 101110 | 1010010 | 110001 | 100100 |
Color Harmonies of #68892F
Complementary color
Monochromatic Colors of #68892F
Black with #68892F
Text Example
Text Example
White with #68892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68892F; }
p { color: rgb(104,137,47); }
H1.HeaderClassName
{
color: #68892F;
}
.AnyTagClassName
{
color: #68892F;
}
</style>
background-color css
<style>
a { background-color: #68892F; }
a { background-color: rgb(104,137,47); }
div.DivClassName
{
background-color: #68892F;
}
.BgClassName
{
background-color: #68892F;
}
</style>
border-color css
<style>
span { border-color: #68892F; }
span { border-color: rgb(104,137,47); }
td.TdClassName
{
border-color: #68892F;
}
.TagClassName
{
border-color: #68892F;
}
</style>