Shades of Olive Drab #67940C
Tints of Olive Drab #67940C
RGB
CMYK
RGB Variations
Color information
#67940C (or 0x67940C) is known color: Olive Drab. HEX triplet: 67, 94 and 0C. RGB value is (103,148,12). Sum of RGB (Red+Green+Blue) = 103+148+12=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #67940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67940C is #986BF3. Grayscale: #777777. Windows color (decimal): -9989108 or 824423. OLE color: 824423.
HSL color Cylindrical-coordinate representation of color #67940C: hue angle of 79.85º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67940C is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 12 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.42 |
| HSL | 79.85º | 0.85% | 0.31% | - |
| HSV(B) | 79.85º | 0.92% | 0.58% | - |
| XYZ | 16.25 | 24.09 | 4.14 | - |
| YUV | 119.04 | 67.59 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 12 | 0.30 | 0 | 0.92 | 0.42 | 79.85 | 0.85 | 0.31 |
| Hex | 67 | 94 | C | 1E | 0 | 5C | 2A | 50 | 55 | 1F |
| Octal | 147 | 224 | 14 | 36 | 0 | 134 | 52 | 120 | 125 | 37 |
| Binary | 1100111 | 10010100 | 1100 | 11110 | 0 | 1011100 | 101010 | 1010000 | 1010101 | 11111 |
Color Harmonies of #67940C
Complementary color
Monochromatic Colors of #67940C
Black with #67940C
Text Example
Text Example
White with #67940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67940C; }
p { color: rgb(103,148,12); }
H1.HeaderClassName
{
color: #67940C;
}
.AnyTagClassName
{
color: #67940C;
}
</style>
background-color css
<style>
a { background-color: #67940C; }
a { background-color: rgb(103,148,12); }
div.DivClassName
{
background-color: #67940C;
}
.BgClassName
{
background-color: #67940C;
}
</style>
border-color css
<style>
span { border-color: #67940C; }
span { border-color: rgb(103,148,12); }
td.TdClassName
{
border-color: #67940C;
}
.TagClassName
{
border-color: #67940C;
}
</style>