Shades of Olive Drab #678A1B
Tints of Olive Drab #678A1B
RGB
CMYK
RGB Variations
Color information
#678A1B (or 0x678A1B) is known color: Olive Drab. HEX triplet: 67, 8A and 1B. RGB value is (103,138,27). Sum of RGB (Red+Green+Blue) = 103+138+27=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #678A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A1B is #9875E4. Grayscale: #737373. Windows color (decimal): -9991653 or 1804903. OLE color: 1804903.
HSL color Cylindrical-coordinate representation of color #678A1B: hue angle of 78.92º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #678A1B is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 27 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.46 |
| HSL | 78.92º | 0.67% | 0.32% | - |
| HSV(B) | 78.92º | 0.8% | 0.54% | - |
| XYZ | 14.88 | 21.14 | 4.33 | - |
| YUV | 114.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 27 | 0.25 | 0 | 0.80 | 0.46 | 78.92 | 0.67 | 0.32 |
| Hex | 67 | 8A | 1B | 19 | 0 | 50 | 2E | 4F | 43 | 20 |
| Octal | 147 | 212 | 33 | 31 | 0 | 120 | 56 | 117 | 103 | 40 |
| Binary | 1100111 | 10001010 | 11011 | 11001 | 0 | 1010000 | 101110 | 1001111 | 1000011 | 100000 |
Color Harmonies of #678A1B
Complementary color
Monochromatic Colors of #678A1B
Black with #678A1B
Text Example
Text Example
White with #678A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A1B; }
p { color: rgb(103,138,27); }
H1.HeaderClassName
{
color: #678A1B;
}
.AnyTagClassName
{
color: #678A1B;
}
</style>
background-color css
<style>
a { background-color: #678A1B; }
a { background-color: rgb(103,138,27); }
div.DivClassName
{
background-color: #678A1B;
}
.BgClassName
{
background-color: #678A1B;
}
</style>
border-color css
<style>
span { border-color: #678A1B; }
span { border-color: rgb(103,138,27); }
td.TdClassName
{
border-color: #678A1B;
}
.TagClassName
{
border-color: #678A1B;
}
</style>