Shades of Olive Drab #67842F
Tints of Olive Drab #67842F
RGB
CMYK
RGB Variations
Color information
#67842F (or 0x67842F) is known color: Olive Drab. HEX triplet: 67, 84 and 2F. RGB value is (103,132,47). Sum of RGB (Red+Green+Blue) = 103+132+47=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #67842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67842F is #987BD0. Grayscale: #717171. Windows color (decimal): -9993169 or 3114087. OLE color: 3114087.
HSL color Cylindrical-coordinate representation of color #67842F: hue angle of 80.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67842F is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 47 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.48 |
| HSL | 80.47º | 0.47% | 0.35% | - |
| HSV(B) | 80.47º | 0.64% | 0.52% | - |
| XYZ | 14.36 | 19.59 | 5.71 | - |
| YUV | 113.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 47 | 0.22 | 0 | 0.64 | 0.48 | 80.47 | 0.47 | 0.35 |
| Hex | 67 | 84 | 2F | 16 | 0 | 40 | 30 | 50 | 2F | 23 |
| Octal | 147 | 204 | 57 | 26 | 0 | 100 | 60 | 120 | 57 | 43 |
| Binary | 1100111 | 10000100 | 101111 | 10110 | 0 | 1000000 | 110000 | 1010000 | 101111 | 100011 |
Color Harmonies of #67842F
Complementary color
Monochromatic Colors of #67842F
Black with #67842F
Text Example
Text Example
White with #67842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67842F; }
p { color: rgb(103,132,47); }
H1.HeaderClassName
{
color: #67842F;
}
.AnyTagClassName
{
color: #67842F;
}
</style>
background-color css
<style>
a { background-color: #67842F; }
a { background-color: rgb(103,132,47); }
div.DivClassName
{
background-color: #67842F;
}
.BgClassName
{
background-color: #67842F;
}
</style>
border-color css
<style>
span { border-color: #67842F; }
span { border-color: rgb(103,132,47); }
td.TdClassName
{
border-color: #67842F;
}
.TagClassName
{
border-color: #67842F;
}
</style>