Shades of Olive Drab #678B13
Tints of Olive Drab #678B13
RGB
CMYK
RGB Variations
Color information
#678B13 (or 0x678B13) is known color: Olive Drab. HEX triplet: 67, 8B and 13. RGB value is (103,139,19). Sum of RGB (Red+Green+Blue) = 103+139+19=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #678B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678B13 is #9874EC. Grayscale: #737373. Windows color (decimal): -9991405 or 1280871. OLE color: 1280871.
HSL color Cylindrical-coordinate representation of color #678B13: hue angle of 78º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #678B13 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 19 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.45 |
| HSL | 78º | 0.76% | 0.31% | - |
| HSV(B) | 78º | 0.86% | 0.55% | - |
| XYZ | 14.94 | 21.4 | 3.96 | - |
| YUV | 114.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 19 | 0.26 | 0 | 0.86 | 0.45 | 78 | 0.76 | 0.31 |
| Hex | 67 | 8B | 13 | 1A | 0 | 56 | 2D | 4E | 4C | 1F |
| Octal | 147 | 213 | 23 | 32 | 0 | 126 | 55 | 116 | 114 | 37 |
| Binary | 1100111 | 10001011 | 10011 | 11010 | 0 | 1010110 | 101101 | 1001110 | 1001100 | 11111 |
Color Harmonies of #678B13
Complementary color
Monochromatic Colors of #678B13
Black with #678B13
Text Example
Text Example
White with #678B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B13; }
p { color: rgb(103,139,19); }
H1.HeaderClassName
{
color: #678B13;
}
.AnyTagClassName
{
color: #678B13;
}
</style>
background-color css
<style>
a { background-color: #678B13; }
a { background-color: rgb(103,139,19); }
div.DivClassName
{
background-color: #678B13;
}
.BgClassName
{
background-color: #678B13;
}
</style>
border-color css
<style>
span { border-color: #678B13; }
span { border-color: rgb(103,139,19); }
td.TdClassName
{
border-color: #678B13;
}
.TagClassName
{
border-color: #678B13;
}
</style>