Shades of Olive Drab #67841E
Tints of Olive Drab #67841E
RGB
CMYK
RGB Variations
Color information
#67841E (or 0x67841E) is known color: Olive Drab. HEX triplet: 67, 84 and 1E. RGB value is (103,132,30). Sum of RGB (Red+Green+Blue) = 103+132+30=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #67841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67841E is #987BE1. Grayscale: #707070. Windows color (decimal): -9993186 or 1999975. OLE color: 1999975.
HSL color Cylindrical-coordinate representation of color #67841E: hue angle of 77.06º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67841E is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 30 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.48 |
| HSL | 77.06º | 0.63% | 0.32% | - |
| HSV(B) | 77.06º | 0.77% | 0.52% | - |
| XYZ | 14.08 | 19.48 | 4.25 | - |
| YUV | 111.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 30 | 0.22 | 0 | 0.77 | 0.48 | 77.06 | 0.63 | 0.32 |
| Hex | 67 | 84 | 1E | 16 | 0 | 4D | 30 | 4D | 3F | 20 |
| Octal | 147 | 204 | 36 | 26 | 0 | 115 | 60 | 115 | 77 | 40 |
| Binary | 1100111 | 10000100 | 11110 | 10110 | 0 | 1001101 | 110000 | 1001101 | 111111 | 100000 |
Color Harmonies of #67841E
Complementary color
Monochromatic Colors of #67841E
Black with #67841E
Text Example
Text Example
White with #67841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67841E; }
p { color: rgb(103,132,30); }
H1.HeaderClassName
{
color: #67841E;
}
.AnyTagClassName
{
color: #67841E;
}
</style>
background-color css
<style>
a { background-color: #67841E; }
a { background-color: rgb(103,132,30); }
div.DivClassName
{
background-color: #67841E;
}
.BgClassName
{
background-color: #67841E;
}
</style>
border-color css
<style>
span { border-color: #67841E; }
span { border-color: rgb(103,132,30); }
td.TdClassName
{
border-color: #67841E;
}
.TagClassName
{
border-color: #67841E;
}
</style>