Shades of Olive Drab #678F04
Tints of Olive Drab #678F04
RGB
CMYK
RGB Variations
Color information
#678F04 (or 0x678F04) is known color: Olive Drab. HEX triplet: 67, 8F and 04. RGB value is (103,143,4). Sum of RGB (Red+Green+Blue) = 103+143+4=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 143 (56.25% from 255 or 57.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 143 - color contains mainly: green. Hex color #678F04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678F04 is #9870FB. Grayscale: #737373. Windows color (decimal): -9990396 or 298855. OLE color: 298855.
HSL color Cylindrical-coordinate representation of color #678F04: hue angle of 77.27º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #678F04 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 143 | 4 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.44 |
| HSL | 77.27º | 0.95% | 0.29% | - |
| HSV(B) | 77.27º | 0.97% | 0.56% | - |
| XYZ | 15.44 | 22.54 | 3.65 | - |
| YUV | 115.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 4 | 0.28 | 0 | 0.97 | 0.44 | 77.27 | 0.95 | 0.29 |
| Hex | 67 | 8F | 4 | 1C | 0 | 61 | 2C | 4D | 5F | 1D |
| Octal | 147 | 217 | 4 | 34 | 0 | 141 | 54 | 115 | 137 | 35 |
| Binary | 1100111 | 10001111 | 100 | 11100 | 0 | 1100001 | 101100 | 1001101 | 1011111 | 11101 |
Color Harmonies of #678F04
Complementary color
Monochromatic Colors of #678F04
Black with #678F04
Text Example
Text Example
White with #678F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678F04; }
p { color: rgb(103,143,4); }
H1.HeaderClassName
{
color: #678F04;
}
.AnyTagClassName
{
color: #678F04;
}
</style>
background-color css
<style>
a { background-color: #678F04; }
a { background-color: rgb(103,143,4); }
div.DivClassName
{
background-color: #678F04;
}
.BgClassName
{
background-color: #678F04;
}
</style>
border-color css
<style>
span { border-color: #678F04; }
span { border-color: rgb(103,143,4); }
td.TdClassName
{
border-color: #678F04;
}
.TagClassName
{
border-color: #678F04;
}
</style>