Shades of Olive Drab #678B07
Tints of Olive Drab #678B07
RGB
CMYK
RGB Variations
Color information
#678B07 (or 0x678B07) is known color: Olive Drab. HEX triplet: 67, 8B and 07. RGB value is (103,139,7). Sum of RGB (Red+Green+Blue) = 103+139+7=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #678B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678B07 is #9874F8. Grayscale: #717171. Windows color (decimal): -9991417 or 494439. OLE color: 494439.
HSL color Cylindrical-coordinate representation of color #678B07: hue angle of 76.36º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #678B07 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 7 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.45 |
| HSL | 76.36º | 0.9% | 0.29% | - |
| HSV(B) | 76.36º | 0.95% | 0.55% | - |
| XYZ | 14.86 | 21.36 | 3.54 | - |
| YUV | 113.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 7 | 0.26 | 0 | 0.95 | 0.45 | 76.36 | 0.9 | 0.29 |
| Hex | 67 | 8B | 7 | 1A | 0 | 5F | 2D | 4C | 5A | 1D |
| Octal | 147 | 213 | 7 | 32 | 0 | 137 | 55 | 114 | 132 | 35 |
| Binary | 1100111 | 10001011 | 111 | 11010 | 0 | 1011111 | 101101 | 1001100 | 1011010 | 11101 |
Color Harmonies of #678B07
Complementary color
Monochromatic Colors of #678B07
Black with #678B07
Text Example
Text Example
White with #678B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B07; }
p { color: rgb(103,139,7); }
H1.HeaderClassName
{
color: #678B07;
}
.AnyTagClassName
{
color: #678B07;
}
</style>
background-color css
<style>
a { background-color: #678B07; }
a { background-color: rgb(103,139,7); }
div.DivClassName
{
background-color: #678B07;
}
.BgClassName
{
background-color: #678B07;
}
</style>
border-color css
<style>
span { border-color: #678B07; }
span { border-color: rgb(103,139,7); }
td.TdClassName
{
border-color: #678B07;
}
.TagClassName
{
border-color: #678B07;
}
</style>