Shades of Olive Drab #678A27
Tints of Olive Drab #678A27
RGB
CMYK
RGB Variations
Color information
#678A27 (or 0x678A27) is known color: Olive Drab. HEX triplet: 67, 8A and 27. RGB value is (103,138,39). Sum of RGB (Red+Green+Blue) = 103+138+39=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #678A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A27 is #9875D8. Grayscale: #747474. Windows color (decimal): -9991641 or 2591335. OLE color: 2591335.
HSL color Cylindrical-coordinate representation of color #678A27: hue angle of 81.21º degrees, saturation: 0.56, 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 #678A27 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 39 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.46 |
| HSL | 81.21º | 0.56% | 0.35% | - |
| HSV(B) | 81.21º | 0.72% | 0.54% | - |
| XYZ | 15.05 | 21.21 | 5.22 | - |
| YUV | 116.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 39 | 0.25 | 0 | 0.72 | 0.46 | 81.21 | 0.56 | 0.35 |
| Hex | 67 | 8A | 27 | 19 | 0 | 48 | 2E | 51 | 38 | 23 |
| Octal | 147 | 212 | 47 | 31 | 0 | 110 | 56 | 121 | 70 | 43 |
| Binary | 1100111 | 10001010 | 100111 | 11001 | 0 | 1001000 | 101110 | 1010001 | 111000 | 100011 |
Color Harmonies of #678A27
Complementary color
Monochromatic Colors of #678A27
Black with #678A27
Text Example
Text Example
White with #678A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A27; }
p { color: rgb(103,138,39); }
H1.HeaderClassName
{
color: #678A27;
}
.AnyTagClassName
{
color: #678A27;
}
</style>
background-color css
<style>
a { background-color: #678A27; }
a { background-color: rgb(103,138,39); }
div.DivClassName
{
background-color: #678A27;
}
.BgClassName
{
background-color: #678A27;
}
</style>
border-color css
<style>
span { border-color: #678A27; }
span { border-color: rgb(103,138,39); }
td.TdClassName
{
border-color: #678A27;
}
.TagClassName
{
border-color: #678A27;
}
</style>