Shades of Olive Drab #679015
Tints of Olive Drab #679015
RGB
CMYK
RGB Variations
Color information
#679015 (or 0x679015) is known color: Olive Drab. HEX triplet: 67, 90 and 15. RGB value is (103,144,21). Sum of RGB (Red+Green+Blue) = 103+144+21=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #679015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679015 is #986FEA. Grayscale: #767676. Windows color (decimal): -9990123 or 1413223. OLE color: 1413223.
HSL color Cylindrical-coordinate representation of color #679015: hue angle of 80º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679015 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 21 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.44 |
| HSL | 80º | 0.75% | 0.32% | - |
| HSV(B) | 80º | 0.85% | 0.56% | - |
| XYZ | 15.7 | 22.88 | 4.3 | - |
| YUV | 117.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 21 | 0.28 | 0 | 0.85 | 0.44 | 80 | 0.75 | 0.32 |
| Hex | 67 | 90 | 15 | 1C | 0 | 55 | 2C | 50 | 4B | 20 |
| Octal | 147 | 220 | 25 | 34 | 0 | 125 | 54 | 120 | 113 | 40 |
| Binary | 1100111 | 10010000 | 10101 | 11100 | 0 | 1010101 | 101100 | 1010000 | 1001011 | 100000 |
Color Harmonies of #679015
Complementary color
Monochromatic Colors of #679015
Black with #679015
Text Example
Text Example
White with #679015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679015; }
p { color: rgb(103,144,21); }
H1.HeaderClassName
{
color: #679015;
}
.AnyTagClassName
{
color: #679015;
}
</style>
background-color css
<style>
a { background-color: #679015; }
a { background-color: rgb(103,144,21); }
div.DivClassName
{
background-color: #679015;
}
.BgClassName
{
background-color: #679015;
}
</style>
border-color css
<style>
span { border-color: #679015; }
span { border-color: rgb(103,144,21); }
td.TdClassName
{
border-color: #679015;
}
.TagClassName
{
border-color: #679015;
}
</style>