Shades of Olive Drab #67810E
Tints of Olive Drab #67810E
RGB
CMYK
RGB Variations
Color information
#67810E (or 0x67810E) is known color: Olive Drab. HEX triplet: 67, 81 and 0E. RGB value is (103,129,14). Sum of RGB (Red+Green+Blue) = 103+129+14=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #67810E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67810E is #987EF1. Grayscale: #6C6C6C. Windows color (decimal): -9993970 or 950631. OLE color: 950631.
HSL color Cylindrical-coordinate representation of color #67810E: hue angle of 73.57º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67810E is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 14 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.49 |
| HSL | 73.57º | 0.8% | 0.28% | - |
| HSV(B) | 73.57º | 0.89% | 0.51% | - |
| XYZ | 13.52 | 18.62 | 3.3 | - |
| YUV | 108.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 14 | 0.20 | 0 | 0.89 | 0.49 | 73.57 | 0.8 | 0.28 |
| Hex | 67 | 81 | E | 14 | 0 | 59 | 31 | 4A | 50 | 1C |
| Octal | 147 | 201 | 16 | 24 | 0 | 131 | 61 | 112 | 120 | 34 |
| Binary | 1100111 | 10000001 | 1110 | 10100 | 0 | 1011001 | 110001 | 1001010 | 1010000 | 11100 |
Color Harmonies of #67810E
Complementary color
Monochromatic Colors of #67810E
Black with #67810E
Text Example
Text Example
White with #67810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67810E; }
p { color: rgb(103,129,14); }
H1.HeaderClassName
{
color: #67810E;
}
.AnyTagClassName
{
color: #67810E;
}
</style>
background-color css
<style>
a { background-color: #67810E; }
a { background-color: rgb(103,129,14); }
div.DivClassName
{
background-color: #67810E;
}
.BgClassName
{
background-color: #67810E;
}
</style>
border-color css
<style>
span { border-color: #67810E; }
span { border-color: rgb(103,129,14); }
td.TdClassName
{
border-color: #67810E;
}
.TagClassName
{
border-color: #67810E;
}
</style>