Shades of Olive Drab #678116
Tints of Olive Drab #678116
RGB
CMYK
RGB Variations
Color information
#678116 (or 0x678116) is known color: Olive Drab. HEX triplet: 67, 81 and 16. RGB value is (103,129,22). Sum of RGB (Red+Green+Blue) = 103+129+22=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #678116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678116 is #987EE9. Grayscale: #6D6D6D. Windows color (decimal): -9993962 or 1474919. OLE color: 1474919.
HSL color Cylindrical-coordinate representation of color #678116: hue angle of 74.58º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #678116 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 22 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.49 |
| HSL | 74.58º | 0.71% | 0.3% | - |
| HSV(B) | 74.58º | 0.83% | 0.51% | - |
| XYZ | 13.59 | 18.64 | 3.64 | - |
| YUV | 109.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 22 | 0.20 | 0 | 0.83 | 0.49 | 74.58 | 0.71 | 0.3 |
| Hex | 67 | 81 | 16 | 14 | 0 | 53 | 31 | 4B | 47 | 1E |
| Octal | 147 | 201 | 26 | 24 | 0 | 123 | 61 | 113 | 107 | 36 |
| Binary | 1100111 | 10000001 | 10110 | 10100 | 0 | 1010011 | 110001 | 1001011 | 1000111 | 11110 |
Color Harmonies of #678116
Complementary color
Monochromatic Colors of #678116
Black with #678116
Text Example
Text Example
White with #678116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678116; }
p { color: rgb(103,129,22); }
H1.HeaderClassName
{
color: #678116;
}
.AnyTagClassName
{
color: #678116;
}
</style>
background-color css
<style>
a { background-color: #678116; }
a { background-color: rgb(103,129,22); }
div.DivClassName
{
background-color: #678116;
}
.BgClassName
{
background-color: #678116;
}
</style>
border-color css
<style>
span { border-color: #678116; }
span { border-color: rgb(103,129,22); }
td.TdClassName
{
border-color: #678116;
}
.TagClassName
{
border-color: #678116;
}
</style>