Shades of Olive Drab #678A1C
Tints of Olive Drab #678A1C
RGB
CMYK
RGB Variations
Color information
#678A1C (or 0x678A1C) is known color: Olive Drab. HEX triplet: 67, 8A and 1C. RGB value is (103,138,28). Sum of RGB (Red+Green+Blue) = 103+138+28=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #678A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A1C is #9875E3. Grayscale: #737373. Windows color (decimal): -9991652 or 1870439. OLE color: 1870439.
HSL color Cylindrical-coordinate representation of color #678A1C: hue angle of 79.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #678A1C is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 28 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.46 |
| HSL | 79.09º | 0.66% | 0.33% | - |
| HSV(B) | 79.09º | 0.8% | 0.54% | - |
| XYZ | 14.89 | 21.14 | 4.4 | - |
| YUV | 115 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 28 | 0.25 | 0 | 0.80 | 0.46 | 79.09 | 0.66 | 0.33 |
| Hex | 67 | 8A | 1C | 19 | 0 | 50 | 2E | 4F | 42 | 21 |
| Octal | 147 | 212 | 34 | 31 | 0 | 120 | 56 | 117 | 102 | 41 |
| Binary | 1100111 | 10001010 | 11100 | 11001 | 0 | 1010000 | 101110 | 1001111 | 1000010 | 100001 |
Color Harmonies of #678A1C
Complementary color
Monochromatic Colors of #678A1C
Black with #678A1C
Text Example
Text Example
White with #678A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A1C; }
p { color: rgb(103,138,28); }
H1.HeaderClassName
{
color: #678A1C;
}
.AnyTagClassName
{
color: #678A1C;
}
</style>
background-color css
<style>
a { background-color: #678A1C; }
a { background-color: rgb(103,138,28); }
div.DivClassName
{
background-color: #678A1C;
}
.BgClassName
{
background-color: #678A1C;
}
</style>
border-color css
<style>
span { border-color: #678A1C; }
span { border-color: rgb(103,138,28); }
td.TdClassName
{
border-color: #678A1C;
}
.TagClassName
{
border-color: #678A1C;
}
</style>