Shades of Olive Drab #678A26
Tints of Olive Drab #678A26
RGB
CMYK
RGB Variations
Color information
#678A26 (or 0x678A26) is known color: Olive Drab. HEX triplet: 67, 8A and 26. RGB value is (103,138,38). Sum of RGB (Red+Green+Blue) = 103+138+38=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #678A26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A26 is #9875D9. Grayscale: #747474. Windows color (decimal): -9991642 or 2525799. OLE color: 2525799.
HSL color Cylindrical-coordinate representation of color #678A26: hue angle of 81º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #678A26 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 38 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.46 |
| HSL | 81º | 0.57% | 0.35% | - |
| HSV(B) | 81º | 0.72% | 0.54% | - |
| XYZ | 15.03 | 21.2 | 5.13 | - |
| YUV | 116.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 38 | 0.25 | 0 | 0.72 | 0.46 | 81 | 0.57 | 0.35 |
| Hex | 67 | 8A | 26 | 19 | 0 | 48 | 2E | 51 | 39 | 23 |
| Octal | 147 | 212 | 46 | 31 | 0 | 110 | 56 | 121 | 71 | 43 |
| Binary | 1100111 | 10001010 | 100110 | 11001 | 0 | 1001000 | 101110 | 1010001 | 111001 | 100011 |
Color Harmonies of #678A26
Complementary color
Monochromatic Colors of #678A26
Black with #678A26
Text Example
Text Example
White with #678A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A26; }
p { color: rgb(103,138,38); }
H1.HeaderClassName
{
color: #678A26;
}
.AnyTagClassName
{
color: #678A26;
}
</style>
background-color css
<style>
a { background-color: #678A26; }
a { background-color: rgb(103,138,38); }
div.DivClassName
{
background-color: #678A26;
}
.BgClassName
{
background-color: #678A26;
}
</style>
border-color css
<style>
span { border-color: #678A26; }
span { border-color: rgb(103,138,38); }
td.TdClassName
{
border-color: #678A26;
}
.TagClassName
{
border-color: #678A26;
}
</style>