Shades of Olive Drab #678316
Tints of Olive Drab #678316
RGB
CMYK
RGB Variations
Color information
#678316 (or 0x678316) is known color: Olive Drab. HEX triplet: 67, 83 and 16. RGB value is (103,131,22). Sum of RGB (Red+Green+Blue) = 103+131+22=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #678316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678316 is #987CE9. Grayscale: #6E6E6E. Windows color (decimal): -9993450 or 1475431. OLE color: 1475431.
HSL color Cylindrical-coordinate representation of color #678316: hue angle of 75.41º 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 #678316 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 22 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.49 |
| HSL | 75.41º | 0.71% | 0.3% | - |
| HSV(B) | 75.41º | 0.83% | 0.51% | - |
| XYZ | 13.85 | 19.17 | 3.73 | - |
| YUV | 110.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 22 | 0.21 | 0 | 0.83 | 0.49 | 75.41 | 0.71 | 0.3 |
| Hex | 67 | 83 | 16 | 15 | 0 | 53 | 31 | 4B | 47 | 1E |
| Octal | 147 | 203 | 26 | 25 | 0 | 123 | 61 | 113 | 107 | 36 |
| Binary | 1100111 | 10000011 | 10110 | 10101 | 0 | 1010011 | 110001 | 1001011 | 1000111 | 11110 |
Color Harmonies of #678316
Complementary color
Monochromatic Colors of #678316
Black with #678316
Text Example
Text Example
White with #678316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678316; }
p { color: rgb(103,131,22); }
H1.HeaderClassName
{
color: #678316;
}
.AnyTagClassName
{
color: #678316;
}
</style>
background-color css
<style>
a { background-color: #678316; }
a { background-color: rgb(103,131,22); }
div.DivClassName
{
background-color: #678316;
}
.BgClassName
{
background-color: #678316;
}
</style>
border-color css
<style>
span { border-color: #678316; }
span { border-color: rgb(103,131,22); }
td.TdClassName
{
border-color: #678316;
}
.TagClassName
{
border-color: #678316;
}
</style>