Shades of Olive Drab #67882D
Tints of Olive Drab #67882D
RGB
CMYK
RGB Variations
Color information
#67882D (or 0x67882D) is known color: Olive Drab. HEX triplet: 67, 88 and 2D. RGB value is (103,136,45). Sum of RGB (Red+Green+Blue) = 103+136+45=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #67882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67882D is #9877D2. Grayscale: #747474. Windows color (decimal): -9992147 or 2984039. OLE color: 2984039.
HSL color Cylindrical-coordinate representation of color #67882D: hue angle of 81.76º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67882D is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 45 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.47 |
| HSL | 81.76º | 0.5% | 0.35% | - |
| HSV(B) | 81.76º | 0.67% | 0.53% | - |
| XYZ | 14.87 | 20.68 | 5.69 | - |
| YUV | 115.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 45 | 0.24 | 0 | 0.67 | 0.47 | 81.76 | 0.5 | 0.35 |
| Hex | 67 | 88 | 2D | 18 | 0 | 43 | 2F | 52 | 32 | 23 |
| Octal | 147 | 210 | 55 | 30 | 0 | 103 | 57 | 122 | 62 | 43 |
| Binary | 1100111 | 10001000 | 101101 | 11000 | 0 | 1000011 | 101111 | 1010010 | 110010 | 100011 |
Color Harmonies of #67882D
Complementary color
Monochromatic Colors of #67882D
Black with #67882D
Text Example
Text Example
White with #67882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67882D; }
p { color: rgb(103,136,45); }
H1.HeaderClassName
{
color: #67882D;
}
.AnyTagClassName
{
color: #67882D;
}
</style>
background-color css
<style>
a { background-color: #67882D; }
a { background-color: rgb(103,136,45); }
div.DivClassName
{
background-color: #67882D;
}
.BgClassName
{
background-color: #67882D;
}
</style>
border-color css
<style>
span { border-color: #67882D; }
span { border-color: rgb(103,136,45); }
td.TdClassName
{
border-color: #67882D;
}
.TagClassName
{
border-color: #67882D;
}
</style>