Shades of Olive Drab #67812C
Tints of Olive Drab #67812C
RGB
CMYK
RGB Variations
Color information
#67812C (or 0x67812C) is known color: Olive Drab. HEX triplet: 67, 81 and 2C. RGB value is (103,129,44). Sum of RGB (Red+Green+Blue) = 103+129+44=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #67812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67812C is #987ED3. Grayscale: #6F6F6F. Windows color (decimal): -9993940 or 2916711. OLE color: 2916711.
HSL color Cylindrical-coordinate representation of color #67812C: hue angle of 78.35º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67812C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 44 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.49 |
| HSL | 78.35º | 0.49% | 0.34% | - |
| HSV(B) | 78.35º | 0.66% | 0.51% | - |
| XYZ | 13.9 | 18.77 | 5.27 | - |
| YUV | 111.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 44 | 0.20 | 0 | 0.66 | 0.49 | 78.35 | 0.49 | 0.34 |
| Hex | 67 | 81 | 2C | 14 | 0 | 42 | 31 | 4E | 31 | 22 |
| Octal | 147 | 201 | 54 | 24 | 0 | 102 | 61 | 116 | 61 | 42 |
| Binary | 1100111 | 10000001 | 101100 | 10100 | 0 | 1000010 | 110001 | 1001110 | 110001 | 100010 |
Color Harmonies of #67812C
Complementary color
Monochromatic Colors of #67812C
Black with #67812C
Text Example
Text Example
White with #67812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67812C; }
p { color: rgb(103,129,44); }
H1.HeaderClassName
{
color: #67812C;
}
.AnyTagClassName
{
color: #67812C;
}
</style>
background-color css
<style>
a { background-color: #67812C; }
a { background-color: rgb(103,129,44); }
div.DivClassName
{
background-color: #67812C;
}
.BgClassName
{
background-color: #67812C;
}
</style>
border-color css
<style>
span { border-color: #67812C; }
span { border-color: rgb(103,129,44); }
td.TdClassName
{
border-color: #67812C;
}
.TagClassName
{
border-color: #67812C;
}
</style>