Shades of Olive Drab #678A07
Tints of Olive Drab #678A07
RGB
CMYK
RGB Variations
Color information
#678A07 (or 0x678A07) is known color: Olive Drab. HEX triplet: 67, 8A and 07. RGB value is (103,138,7). Sum of RGB (Red+Green+Blue) = 103+138+7=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #678A07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A07 is #9875F8. Grayscale: #717171. Windows color (decimal): -9991673 or 494183. OLE color: 494183.
HSL color Cylindrical-coordinate representation of color #678A07: hue angle of 76.03º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #678A07 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 7 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.46 |
| HSL | 76.03º | 0.9% | 0.28% | - |
| HSV(B) | 76.03º | 0.95% | 0.54% | - |
| XYZ | 14.72 | 21.08 | 3.49 | - |
| YUV | 112.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 7 | 0.25 | 0 | 0.95 | 0.46 | 76.03 | 0.9 | 0.28 |
| Hex | 67 | 8A | 7 | 19 | 0 | 5F | 2E | 4C | 5A | 1C |
| Octal | 147 | 212 | 7 | 31 | 0 | 137 | 56 | 114 | 132 | 34 |
| Binary | 1100111 | 10001010 | 111 | 11001 | 0 | 1011111 | 101110 | 1001100 | 1011010 | 11100 |
Color Harmonies of #678A07
Complementary color
Monochromatic Colors of #678A07
Black with #678A07
Text Example
Text Example
White with #678A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A07; }
p { color: rgb(103,138,7); }
H1.HeaderClassName
{
color: #678A07;
}
.AnyTagClassName
{
color: #678A07;
}
</style>
background-color css
<style>
a { background-color: #678A07; }
a { background-color: rgb(103,138,7); }
div.DivClassName
{
background-color: #678A07;
}
.BgClassName
{
background-color: #678A07;
}
</style>
border-color css
<style>
span { border-color: #678A07; }
span { border-color: rgb(103,138,7); }
td.TdClassName
{
border-color: #678A07;
}
.TagClassName
{
border-color: #678A07;
}
</style>