Shades of Olive Drab #67930E
Tints of Olive Drab #67930E
RGB
CMYK
RGB Variations
Color information
#67930E (or 0x67930E) is known color: Olive Drab. HEX triplet: 67, 93 and 0E. RGB value is (103,147,14). Sum of RGB (Red+Green+Blue) = 103+147+14=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #67930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67930E is #986CF1. Grayscale: #777777. Windows color (decimal): -9989362 or 955239. OLE color: 955239.
HSL color Cylindrical-coordinate representation of color #67930E: hue angle of 79.85º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67930E is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 14 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.42 |
| HSL | 79.85º | 0.83% | 0.32% | - |
| HSV(B) | 79.85º | 0.9% | 0.58% | - |
| XYZ | 16.11 | 23.78 | 4.16 | - |
| YUV | 118.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 14 | 0.30 | 0 | 0.90 | 0.42 | 79.85 | 0.83 | 0.32 |
| Hex | 67 | 93 | E | 1E | 0 | 5A | 2A | 50 | 53 | 20 |
| Octal | 147 | 223 | 16 | 36 | 0 | 132 | 52 | 120 | 123 | 40 |
| Binary | 1100111 | 10010011 | 1110 | 11110 | 0 | 1011010 | 101010 | 1010000 | 1010011 | 100000 |
Color Harmonies of #67930E
Complementary color
Monochromatic Colors of #67930E
Black with #67930E
Text Example
Text Example
White with #67930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67930E; }
p { color: rgb(103,147,14); }
H1.HeaderClassName
{
color: #67930E;
}
.AnyTagClassName
{
color: #67930E;
}
</style>
background-color css
<style>
a { background-color: #67930E; }
a { background-color: rgb(103,147,14); }
div.DivClassName
{
background-color: #67930E;
}
.BgClassName
{
background-color: #67930E;
}
</style>
border-color css
<style>
span { border-color: #67930E; }
span { border-color: rgb(103,147,14); }
td.TdClassName
{
border-color: #67930E;
}
.TagClassName
{
border-color: #67930E;
}
</style>