Shades of Olive Drab #67911D
Tints of Olive Drab #67911D
RGB
CMYK
RGB Variations
Color information
#67911D (or 0x67911D) is known color: Olive Drab. HEX triplet: 67, 91 and 1D. RGB value is (103,145,29). Sum of RGB (Red+Green+Blue) = 103+145+29=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #67911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67911D is #986EE2. Grayscale: #777777. Windows color (decimal): -9989859 or 1937767. OLE color: 1937767.
HSL color Cylindrical-coordinate representation of color #67911D: hue angle of 81.72º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67911D is Cyan = 0.29, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 29 | - |
| CMYK | 0.29 | 0 | 0.8 | 0.43 |
| HSL | 81.72º | 0.67% | 0.34% | - |
| HSV(B) | 81.72º | 0.8% | 0.57% | - |
| XYZ | 15.94 | 23.22 | 4.8 | - |
| YUV | 119.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 29 | 0.29 | 0 | 0.8 | 0.43 | 81.72 | 0.67 | 0.34 |
| Hex | 67 | 91 | 1D | 1D | 0 | 50 | 2B | 52 | 43 | 22 |
| Octal | 147 | 221 | 35 | 35 | 0 | 120 | 53 | 122 | 103 | 42 |
| Binary | 1100111 | 10010001 | 11101 | 11101 | 0 | 1010000 | 101011 | 1010010 | 1000011 | 100010 |
Color Harmonies of #67911D
Complementary color
Monochromatic Colors of #67911D
Black with #67911D
Text Example
Text Example
White with #67911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67911D; }
p { color: rgb(103,145,29); }
H1.HeaderClassName
{
color: #67911D;
}
.AnyTagClassName
{
color: #67911D;
}
</style>
background-color css
<style>
a { background-color: #67911D; }
a { background-color: rgb(103,145,29); }
div.DivClassName
{
background-color: #67911D;
}
.BgClassName
{
background-color: #67911D;
}
</style>
border-color css
<style>
span { border-color: #67911D; }
span { border-color: rgb(103,145,29); }
td.TdClassName
{
border-color: #67911D;
}
.TagClassName
{
border-color: #67911D;
}
</style>