Shades of Olive Drab #678016
Tints of Olive Drab #678016
RGB
CMYK
RGB Variations
Color information
#678016 (or 0x678016) is known color: Olive Drab. HEX triplet: 67, 80 and 16. RGB value is (103,128,22). Sum of RGB (Red+Green+Blue) = 103+128+22=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #678016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678016 is #987FE9. Grayscale: #6C6C6C. Windows color (decimal): -9994218 or 1474663. OLE color: 1474663.
HSL color Cylindrical-coordinate representation of color #678016: hue angle of 74.15º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #678016 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 22 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.50 |
| HSL | 74.15º | 0.71% | 0.29% | - |
| HSV(B) | 74.15º | 0.83% | 0.5% | - |
| XYZ | 13.46 | 18.38 | 3.6 | - |
| YUV | 108.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 22 | 0.20 | 0 | 0.83 | 0.50 | 74.15 | 0.71 | 0.29 |
| Hex | 67 | 80 | 16 | 14 | 0 | 53 | 32 | 4A | 47 | 1D |
| Octal | 147 | 200 | 26 | 24 | 0 | 123 | 62 | 112 | 107 | 35 |
| Binary | 1100111 | 10000000 | 10110 | 10100 | 0 | 1010011 | 110010 | 1001010 | 1000111 | 11101 |
Color Harmonies of #678016
Complementary color
Monochromatic Colors of #678016
Black with #678016
Text Example
Text Example
White with #678016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678016; }
p { color: rgb(103,128,22); }
H1.HeaderClassName
{
color: #678016;
}
.AnyTagClassName
{
color: #678016;
}
</style>
background-color css
<style>
a { background-color: #678016; }
a { background-color: rgb(103,128,22); }
div.DivClassName
{
background-color: #678016;
}
.BgClassName
{
background-color: #678016;
}
</style>
border-color css
<style>
span { border-color: #678016; }
span { border-color: rgb(103,128,22); }
td.TdClassName
{
border-color: #678016;
}
.TagClassName
{
border-color: #678016;
}
</style>