Shades of Olive Drab #678808
Tints of Olive Drab #678808
RGB
CMYK
RGB Variations
Color information
#678808 (or 0x678808) is known color: Olive Drab. HEX triplet: 67, 88 and 08. RGB value is (103,136,8). Sum of RGB (Red+Green+Blue) = 103+136+8=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #678808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678808 is #9877F7. Grayscale: #707070. Windows color (decimal): -9992184 or 559207. OLE color: 559207.
HSL color Cylindrical-coordinate representation of color #678808: hue angle of 75.47º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #678808 is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 8 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.47 |
| HSL | 75.47º | 0.89% | 0.28% | - |
| HSV(B) | 75.47º | 0.94% | 0.53% | - |
| XYZ | 14.44 | 20.51 | 3.43 | - |
| YUV | 111.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 8 | 0.24 | 0 | 0.94 | 0.47 | 75.47 | 0.89 | 0.28 |
| Hex | 67 | 88 | 8 | 18 | 0 | 5E | 2F | 4B | 59 | 1C |
| Octal | 147 | 210 | 10 | 30 | 0 | 136 | 57 | 113 | 131 | 34 |
| Binary | 1100111 | 10001000 | 1000 | 11000 | 0 | 1011110 | 101111 | 1001011 | 1011001 | 11100 |
Color Harmonies of #678808
Complementary color
Monochromatic Colors of #678808
Black with #678808
Text Example
Text Example
White with #678808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678808; }
p { color: rgb(103,136,8); }
H1.HeaderClassName
{
color: #678808;
}
.AnyTagClassName
{
color: #678808;
}
</style>
background-color css
<style>
a { background-color: #678808; }
a { background-color: rgb(103,136,8); }
div.DivClassName
{
background-color: #678808;
}
.BgClassName
{
background-color: #678808;
}
</style>
border-color css
<style>
span { border-color: #678808; }
span { border-color: rgb(103,136,8); }
td.TdClassName
{
border-color: #678808;
}
.TagClassName
{
border-color: #678808;
}
</style>