Shades of Olive Drab #678807
Tints of Olive Drab #678807
RGB
CMYK
RGB Variations
Color information
#678807 (or 0x678807) is known color: Olive Drab. HEX triplet: 67, 88 and 07. RGB value is (103,136,7). Sum of RGB (Red+Green+Blue) = 103+136+7=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #678807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678807 is #9877F8. Grayscale: #6F6F6F. Windows color (decimal): -9992185 or 493671. OLE color: 493671.
HSL color Cylindrical-coordinate representation of color #678807: hue angle of 75.35º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #678807 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 7 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.47 |
| HSL | 75.35º | 0.9% | 0.28% | - |
| HSV(B) | 75.35º | 0.95% | 0.53% | - |
| XYZ | 14.44 | 20.51 | 3.4 | - |
| YUV | 111.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 7 | 0.24 | 0 | 0.95 | 0.47 | 75.35 | 0.9 | 0.28 |
| Hex | 67 | 88 | 7 | 18 | 0 | 5F | 2F | 4B | 5A | 1C |
| Octal | 147 | 210 | 7 | 30 | 0 | 137 | 57 | 113 | 132 | 34 |
| Binary | 1100111 | 10001000 | 111 | 11000 | 0 | 1011111 | 101111 | 1001011 | 1011010 | 11100 |
Color Harmonies of #678807
Complementary color
Monochromatic Colors of #678807
Black with #678807
Text Example
Text Example
White with #678807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678807; }
p { color: rgb(103,136,7); }
H1.HeaderClassName
{
color: #678807;
}
.AnyTagClassName
{
color: #678807;
}
</style>
background-color css
<style>
a { background-color: #678807; }
a { background-color: rgb(103,136,7); }
div.DivClassName
{
background-color: #678807;
}
.BgClassName
{
background-color: #678807;
}
</style>
border-color css
<style>
span { border-color: #678807; }
span { border-color: rgb(103,136,7); }
td.TdClassName
{
border-color: #678807;
}
.TagClassName
{
border-color: #678807;
}
</style>