Shades of Olive Drab #68882F
Tints of Olive Drab #68882F
RGB
CMYK
RGB Variations
Color information
#68882F (or 0x68882F) is known color: Olive Drab. HEX triplet: 68, 88 and 2F. RGB value is (104,136,47). Sum of RGB (Red+Green+Blue) = 104+136+47=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #68882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68882F is #9777D0. Grayscale: #747474. Windows color (decimal): -9926609 or 3115112. OLE color: 3115112.
HSL color Cylindrical-coordinate representation of color #68882F: hue angle of 81.57º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68882F is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 47 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.47 |
| HSL | 81.57º | 0.49% | 0.36% | - |
| HSV(B) | 81.57º | 0.65% | 0.53% | - |
| XYZ | 15.03 | 20.76 | 5.9 | - |
| YUV | 116.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 47 | 0.24 | 0 | 0.65 | 0.47 | 81.57 | 0.49 | 0.36 |
| Hex | 68 | 88 | 2F | 18 | 0 | 41 | 2F | 52 | 31 | 24 |
| Octal | 150 | 210 | 57 | 30 | 0 | 101 | 57 | 122 | 61 | 44 |
| Binary | 1101000 | 10001000 | 101111 | 11000 | 0 | 1000001 | 101111 | 1010010 | 110001 | 100100 |
Color Harmonies of #68882F
Complementary color
Monochromatic Colors of #68882F
Black with #68882F
Text Example
Text Example
White with #68882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68882F; }
p { color: rgb(104,136,47); }
H1.HeaderClassName
{
color: #68882F;
}
.AnyTagClassName
{
color: #68882F;
}
</style>
background-color css
<style>
a { background-color: #68882F; }
a { background-color: rgb(104,136,47); }
div.DivClassName
{
background-color: #68882F;
}
.BgClassName
{
background-color: #68882F;
}
</style>
border-color css
<style>
span { border-color: #68882F; }
span { border-color: rgb(104,136,47); }
td.TdClassName
{
border-color: #68882F;
}
.TagClassName
{
border-color: #68882F;
}
</style>