Shades of Olive Drab #67910C
Tints of Olive Drab #67910C
RGB
CMYK
RGB Variations
Color information
#67910C (or 0x67910C) is known color: Olive Drab. HEX triplet: 67, 91 and 0C. RGB value is (103,145,12). Sum of RGB (Red+Green+Blue) = 103+145+12=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #67910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67910C is #986EF3. Grayscale: #757575. Windows color (decimal): -9989876 or 823655. OLE color: 823655.
HSL color Cylindrical-coordinate representation of color #67910C: hue angle of 78.95º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67910C is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 12 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.43 |
| HSL | 78.95º | 0.85% | 0.31% | - |
| HSV(B) | 78.95º | 0.92% | 0.57% | - |
| XYZ | 15.79 | 23.16 | 3.99 | - |
| YUV | 117.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 12 | 0.29 | 0 | 0.92 | 0.43 | 78.95 | 0.85 | 0.31 |
| Hex | 67 | 91 | C | 1D | 0 | 5C | 2B | 4F | 55 | 1F |
| Octal | 147 | 221 | 14 | 35 | 0 | 134 | 53 | 117 | 125 | 37 |
| Binary | 1100111 | 10010001 | 1100 | 11101 | 0 | 1011100 | 101011 | 1001111 | 1010101 | 11111 |
Color Harmonies of #67910C
Complementary color
Monochromatic Colors of #67910C
Black with #67910C
Text Example
Text Example
White with #67910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67910C; }
p { color: rgb(103,145,12); }
H1.HeaderClassName
{
color: #67910C;
}
.AnyTagClassName
{
color: #67910C;
}
</style>
background-color css
<style>
a { background-color: #67910C; }
a { background-color: rgb(103,145,12); }
div.DivClassName
{
background-color: #67910C;
}
.BgClassName
{
background-color: #67910C;
}
</style>
border-color css
<style>
span { border-color: #67910C; }
span { border-color: rgb(103,145,12); }
td.TdClassName
{
border-color: #67910C;
}
.TagClassName
{
border-color: #67910C;
}
</style>