Shades of Olive Drab #67900C
Tints of Olive Drab #67900C
RGB
CMYK
RGB Variations
Color information
#67900C (or 0x67900C) is known color: Olive Drab. HEX triplet: 67, 90 and 0C. RGB value is (103,144,12). Sum of RGB (Red+Green+Blue) = 103+144+12=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #67900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67900C is #986FF3. Grayscale: #757575. Windows color (decimal): -9990132 or 823399. OLE color: 823399.
HSL color Cylindrical-coordinate representation of color #67900C: hue angle of 78.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67900C is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 12 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.44 |
| HSL | 78.64º | 0.85% | 0.31% | - |
| HSV(B) | 78.64º | 0.92% | 0.56% | - |
| XYZ | 15.63 | 22.86 | 3.94 | - |
| YUV | 116.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 12 | 0.28 | 0 | 0.92 | 0.44 | 78.64 | 0.85 | 0.31 |
| Hex | 67 | 90 | C | 1C | 0 | 5C | 2C | 4F | 55 | 1F |
| Octal | 147 | 220 | 14 | 34 | 0 | 134 | 54 | 117 | 125 | 37 |
| Binary | 1100111 | 10010000 | 1100 | 11100 | 0 | 1011100 | 101100 | 1001111 | 1010101 | 11111 |
Color Harmonies of #67900C
Complementary color
Monochromatic Colors of #67900C
Black with #67900C
Text Example
Text Example
White with #67900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67900C; }
p { color: rgb(103,144,12); }
H1.HeaderClassName
{
color: #67900C;
}
.AnyTagClassName
{
color: #67900C;
}
</style>
background-color css
<style>
a { background-color: #67900C; }
a { background-color: rgb(103,144,12); }
div.DivClassName
{
background-color: #67900C;
}
.BgClassName
{
background-color: #67900C;
}
</style>
border-color css
<style>
span { border-color: #67900C; }
span { border-color: rgb(103,144,12); }
td.TdClassName
{
border-color: #67900C;
}
.TagClassName
{
border-color: #67900C;
}
</style>