Shades of Olive Drab #67812E
Tints of Olive Drab #67812E
RGB
CMYK
RGB Variations
Color information
#67812E (or 0x67812E) is known color: Olive Drab. HEX triplet: 67, 81 and 2E. RGB value is (103,129,46). Sum of RGB (Red+Green+Blue) = 103+129+46=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #67812E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67812E is #987ED1. Grayscale: #707070. Windows color (decimal): -9993938 or 3047783. OLE color: 3047783.
HSL color Cylindrical-coordinate representation of color #67812E: hue angle of 78.8º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67812E is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 46 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.49 |
| HSL | 78.8º | 0.47% | 0.34% | - |
| HSV(B) | 78.8º | 0.64% | 0.51% | - |
| XYZ | 13.94 | 18.78 | 5.48 | - |
| YUV | 111.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 46 | 0.20 | 0 | 0.64 | 0.49 | 78.8 | 0.47 | 0.34 |
| Hex | 67 | 81 | 2E | 14 | 0 | 40 | 31 | 4F | 2F | 22 |
| Octal | 147 | 201 | 56 | 24 | 0 | 100 | 61 | 117 | 57 | 42 |
| Binary | 1100111 | 10000001 | 101110 | 10100 | 0 | 1000000 | 110001 | 1001111 | 101111 | 100010 |
Color Harmonies of #67812E
Complementary color
Monochromatic Colors of #67812E
Black with #67812E
Text Example
Text Example
White with #67812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67812E; }
p { color: rgb(103,129,46); }
H1.HeaderClassName
{
color: #67812E;
}
.AnyTagClassName
{
color: #67812E;
}
</style>
background-color css
<style>
a { background-color: #67812E; }
a { background-color: rgb(103,129,46); }
div.DivClassName
{
background-color: #67812E;
}
.BgClassName
{
background-color: #67812E;
}
</style>
border-color css
<style>
span { border-color: #67812E; }
span { border-color: rgb(103,129,46); }
td.TdClassName
{
border-color: #67812E;
}
.TagClassName
{
border-color: #67812E;
}
</style>