Shades of Olive Drab #679615
Tints of Olive Drab #679615
RGB
CMYK
RGB Variations
Color information
#679615 (or 0x679615) is known color: Olive Drab. HEX triplet: 67, 96 and 15. RGB value is (103,150,21). Sum of RGB (Red+Green+Blue) = 103+150+21=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #679615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679615 is #9869EA. Grayscale: #797979. Windows color (decimal): -9988587 or 1414759. OLE color: 1414759.
HSL color Cylindrical-coordinate representation of color #679615: hue angle of 81.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #679615 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 21 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.41 |
| HSL | 81.86º | 0.75% | 0.34% | - |
| HSV(B) | 81.86º | 0.86% | 0.59% | - |
| XYZ | 16.64 | 24.75 | 4.61 | - |
| YUV | 121.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 21 | 0.31 | 0 | 0.86 | 0.41 | 81.86 | 0.75 | 0.34 |
| Hex | 67 | 96 | 15 | 1F | 0 | 56 | 29 | 52 | 4B | 22 |
| Octal | 147 | 226 | 25 | 37 | 0 | 126 | 51 | 122 | 113 | 42 |
| Binary | 1100111 | 10010110 | 10101 | 11111 | 0 | 1010110 | 101001 | 1010010 | 1001011 | 100010 |
Color Harmonies of #679615
Complementary color
Monochromatic Colors of #679615
Black with #679615
Text Example
Text Example
White with #679615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679615; }
p { color: rgb(103,150,21); }
H1.HeaderClassName
{
color: #679615;
}
.AnyTagClassName
{
color: #679615;
}
</style>
background-color css
<style>
a { background-color: #679615; }
a { background-color: rgb(103,150,21); }
div.DivClassName
{
background-color: #679615;
}
.BgClassName
{
background-color: #679615;
}
</style>
border-color css
<style>
span { border-color: #679615; }
span { border-color: rgb(103,150,21); }
td.TdClassName
{
border-color: #679615;
}
.TagClassName
{
border-color: #679615;
}
</style>