Shades of Olive Drab #678607
Tints of Olive Drab #678607
RGB
CMYK
RGB Variations
Color information
#678607 (or 0x678607) is known color: Olive Drab. HEX triplet: 67, 86 and 07. RGB value is (103,134,7). Sum of RGB (Red+Green+Blue) = 103+134+7=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #678607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678607 is #9879F8. Grayscale: #6E6E6E. Windows color (decimal): -9992697 or 493159. OLE color: 493159.
HSL color Cylindrical-coordinate representation of color #678607: hue angle of 74.65º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #678607 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 7 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.47 |
| HSL | 74.65º | 0.9% | 0.28% | - |
| HSV(B) | 74.65º | 0.95% | 0.53% | - |
| XYZ | 14.16 | 19.95 | 3.31 | - |
| YUV | 110.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 7 | 0.23 | 0 | 0.95 | 0.47 | 74.65 | 0.9 | 0.28 |
| Hex | 67 | 86 | 7 | 17 | 0 | 5F | 2F | 4B | 5A | 1C |
| Octal | 147 | 206 | 7 | 27 | 0 | 137 | 57 | 113 | 132 | 34 |
| Binary | 1100111 | 10000110 | 111 | 10111 | 0 | 1011111 | 101111 | 1001011 | 1011010 | 11100 |
Color Harmonies of #678607
Complementary color
Monochromatic Colors of #678607
Black with #678607
Text Example
Text Example
White with #678607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678607; }
p { color: rgb(103,134,7); }
H1.HeaderClassName
{
color: #678607;
}
.AnyTagClassName
{
color: #678607;
}
</style>
background-color css
<style>
a { background-color: #678607; }
a { background-color: rgb(103,134,7); }
div.DivClassName
{
background-color: #678607;
}
.BgClassName
{
background-color: #678607;
}
</style>
border-color css
<style>
span { border-color: #678607; }
span { border-color: rgb(103,134,7); }
td.TdClassName
{
border-color: #678607;
}
.TagClassName
{
border-color: #678607;
}
</style>