Shades of Olive Drab #678804
Tints of Olive Drab #678804
RGB
CMYK
RGB Variations
Color information
#678804 (or 0x678804) is known color: Olive Drab. HEX triplet: 67, 88 and 04. RGB value is (103,136,4). Sum of RGB (Red+Green+Blue) = 103+136+4=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #678804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678804 is #9877FB. Grayscale: #6F6F6F. Windows color (decimal): -9992188 or 297063. OLE color: 297063.
HSL color Cylindrical-coordinate representation of color #678804: hue angle of 75º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #678804 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 4 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.47 |
| HSL | 75º | 0.94% | 0.27% | - |
| HSV(B) | 75º | 0.97% | 0.53% | - |
| XYZ | 14.42 | 20.5 | 3.31 | - |
| YUV | 111.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 4 | 0.24 | 0 | 0.97 | 0.47 | 75 | 0.94 | 0.27 |
| Hex | 67 | 88 | 4 | 18 | 0 | 61 | 2F | 4B | 5E | 1B |
| Octal | 147 | 210 | 4 | 30 | 0 | 141 | 57 | 113 | 136 | 33 |
| Binary | 1100111 | 10001000 | 100 | 11000 | 0 | 1100001 | 101111 | 1001011 | 1011110 | 11011 |
Color Harmonies of #678804
Complementary color
Monochromatic Colors of #678804
Black with #678804
Text Example
Text Example
White with #678804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678804; }
p { color: rgb(103,136,4); }
H1.HeaderClassName
{
color: #678804;
}
.AnyTagClassName
{
color: #678804;
}
</style>
background-color css
<style>
a { background-color: #678804; }
a { background-color: rgb(103,136,4); }
div.DivClassName
{
background-color: #678804;
}
.BgClassName
{
background-color: #678804;
}
</style>
border-color css
<style>
span { border-color: #678804; }
span { border-color: rgb(103,136,4); }
td.TdClassName
{
border-color: #678804;
}
.TagClassName
{
border-color: #678804;
}
</style>