Shades of Olive Drab #67882F
Tints of Olive Drab #67882F
RGB
CMYK
RGB Variations
Color information
#67882F (or 0x67882F) is known color: Olive Drab. HEX triplet: 67, 88 and 2F. RGB value is (103,136,47). Sum of RGB (Red+Green+Blue) = 103+136+47=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #67882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67882F is #9877D0. Grayscale: #747474. Windows color (decimal): -9992145 or 3115111. OLE color: 3115111.
HSL color Cylindrical-coordinate representation of color #67882F: hue angle of 82.25º 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 #67882F is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 47 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.47 |
| HSL | 82.25º | 0.49% | 0.36% | - |
| HSV(B) | 82.25º | 0.65% | 0.53% | - |
| XYZ | 14.91 | 20.7 | 5.9 | - |
| YUV | 115.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 47 | 0.24 | 0 | 0.65 | 0.47 | 82.25 | 0.49 | 0.36 |
| Hex | 67 | 88 | 2F | 18 | 0 | 41 | 2F | 52 | 31 | 24 |
| Octal | 147 | 210 | 57 | 30 | 0 | 101 | 57 | 122 | 61 | 44 |
| Binary | 1100111 | 10001000 | 101111 | 11000 | 0 | 1000001 | 101111 | 1010010 | 110001 | 100100 |
Color Harmonies of #67882F
Complementary color
Monochromatic Colors of #67882F
Black with #67882F
Text Example
Text Example
White with #67882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67882F; }
p { color: rgb(103,136,47); }
H1.HeaderClassName
{
color: #67882F;
}
.AnyTagClassName
{
color: #67882F;
}
</style>
background-color css
<style>
a { background-color: #67882F; }
a { background-color: rgb(103,136,47); }
div.DivClassName
{
background-color: #67882F;
}
.BgClassName
{
background-color: #67882F;
}
</style>
border-color css
<style>
span { border-color: #67882F; }
span { border-color: rgb(103,136,47); }
td.TdClassName
{
border-color: #67882F;
}
.TagClassName
{
border-color: #67882F;
}
</style>