Shades of Olive Drab #678108
Tints of Olive Drab #678108
RGB
CMYK
RGB Variations
Color information
#678108 (or 0x678108) is known color: Olive Drab. HEX triplet: 67, 81 and 08. RGB value is (103,129,8). Sum of RGB (Red+Green+Blue) = 103+129+8=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #678108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678108 is #987EF7. Grayscale: #6B6B6B. Windows color (decimal): -9993976 or 557415. OLE color: 557415.
HSL color Cylindrical-coordinate representation of color #678108: hue angle of 72.89º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #678108 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 8 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.49 |
| HSL | 72.89º | 0.88% | 0.27% | - |
| HSV(B) | 72.89º | 0.94% | 0.51% | - |
| XYZ | 13.49 | 18.6 | 3.11 | - |
| YUV | 107.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 8 | 0.20 | 0 | 0.94 | 0.49 | 72.89 | 0.88 | 0.27 |
| Hex | 67 | 81 | 8 | 14 | 0 | 5E | 31 | 49 | 58 | 1B |
| Octal | 147 | 201 | 10 | 24 | 0 | 136 | 61 | 111 | 130 | 33 |
| Binary | 1100111 | 10000001 | 1000 | 10100 | 0 | 1011110 | 110001 | 1001001 | 1011000 | 11011 |
Color Harmonies of #678108
Complementary color
Monochromatic Colors of #678108
Black with #678108
Text Example
Text Example
White with #678108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678108; }
p { color: rgb(103,129,8); }
H1.HeaderClassName
{
color: #678108;
}
.AnyTagClassName
{
color: #678108;
}
</style>
background-color css
<style>
a { background-color: #678108; }
a { background-color: rgb(103,129,8); }
div.DivClassName
{
background-color: #678108;
}
.BgClassName
{
background-color: #678108;
}
</style>
border-color css
<style>
span { border-color: #678108; }
span { border-color: rgb(103,129,8); }
td.TdClassName
{
border-color: #678108;
}
.TagClassName
{
border-color: #678108;
}
</style>