Shades of Olive Drab #678E25
Tints of Olive Drab #678E25
RGB
CMYK
RGB Variations
Color information
#678E25 (or 0x678E25) is known color: Olive Drab. HEX triplet: 67, 8E and 25. RGB value is (103,142,37). Sum of RGB (Red+Green+Blue) = 103+142+37=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #678E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678E25 is #9871DA. Grayscale: #767676. Windows color (decimal): -9990619 or 2461287. OLE color: 2461287.
HSL color Cylindrical-coordinate representation of color #678E25: hue angle of 82.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #678E25 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 37 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.44 |
| HSL | 82.29º | 0.59% | 0.35% | - |
| HSV(B) | 82.29º | 0.74% | 0.56% | - |
| XYZ | 15.6 | 22.36 | 5.24 | - |
| YUV | 118.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 37 | 0.27 | 0 | 0.74 | 0.44 | 82.29 | 0.59 | 0.35 |
| Hex | 67 | 8E | 25 | 1B | 0 | 4A | 2C | 52 | 3B | 23 |
| Octal | 147 | 216 | 45 | 33 | 0 | 112 | 54 | 122 | 73 | 43 |
| Binary | 1100111 | 10001110 | 100101 | 11011 | 0 | 1001010 | 101100 | 1010010 | 111011 | 100011 |
Color Harmonies of #678E25
Complementary color
Monochromatic Colors of #678E25
Black with #678E25
Text Example
Text Example
White with #678E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E25; }
p { color: rgb(103,142,37); }
H1.HeaderClassName
{
color: #678E25;
}
.AnyTagClassName
{
color: #678E25;
}
</style>
background-color css
<style>
a { background-color: #678E25; }
a { background-color: rgb(103,142,37); }
div.DivClassName
{
background-color: #678E25;
}
.BgClassName
{
background-color: #678E25;
}
</style>
border-color css
<style>
span { border-color: #678E25; }
span { border-color: rgb(103,142,37); }
td.TdClassName
{
border-color: #678E25;
}
.TagClassName
{
border-color: #678E25;
}
</style>