Shades of Olive Drab #678C26
Tints of Olive Drab #678C26
RGB
CMYK
RGB Variations
Color information
#678C26 (or 0x678C26) is known color: Olive Drab. HEX triplet: 67, 8C and 26. RGB value is (103,140,38). Sum of RGB (Red+Green+Blue) = 103+140+38=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #678C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678C26 is #9873D9. Grayscale: #757575. Windows color (decimal): -9991130 or 2526311. OLE color: 2526311.
HSL color Cylindrical-coordinate representation of color #678C26: hue angle of 81.76º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #678C26 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 140 | 38 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.45 |
| HSL | 81.76º | 0.57% | 0.35% | - |
| HSV(B) | 81.76º | 0.73% | 0.55% | - |
| XYZ | 15.32 | 21.78 | 5.23 | - |
| YUV | 117.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 38 | 0.26 | 0 | 0.73 | 0.45 | 81.76 | 0.57 | 0.35 |
| Hex | 67 | 8C | 26 | 1A | 0 | 49 | 2D | 52 | 39 | 23 |
| Octal | 147 | 214 | 46 | 32 | 0 | 111 | 55 | 122 | 71 | 43 |
| Binary | 1100111 | 10001100 | 100110 | 11010 | 0 | 1001001 | 101101 | 1010010 | 111001 | 100011 |
Color Harmonies of #678C26
Complementary color
Monochromatic Colors of #678C26
Black with #678C26
Text Example
Text Example
White with #678C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678C26; }
p { color: rgb(103,140,38); }
H1.HeaderClassName
{
color: #678C26;
}
.AnyTagClassName
{
color: #678C26;
}
</style>
background-color css
<style>
a { background-color: #678C26; }
a { background-color: rgb(103,140,38); }
div.DivClassName
{
background-color: #678C26;
}
.BgClassName
{
background-color: #678C26;
}
</style>
border-color css
<style>
span { border-color: #678C26; }
span { border-color: rgb(103,140,38); }
td.TdClassName
{
border-color: #678C26;
}
.TagClassName
{
border-color: #678C26;
}
</style>