Shades of Olive Drab #679510
Tints of Olive Drab #679510
RGB
CMYK
RGB Variations
Color information
#679510 (or 0x679510) is known color: Olive Drab. HEX triplet: 67, 95 and 10. RGB value is (103,149,16). Sum of RGB (Red+Green+Blue) = 103+149+16=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #679510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679510 is #986AEF. Grayscale: #787878. Windows color (decimal): -9988848 or 1086823. OLE color: 1086823.
HSL color Cylindrical-coordinate representation of color #679510: hue angle of 80.75º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #679510 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 16 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.42 |
| HSL | 80.75º | 0.81% | 0.32% | - |
| HSV(B) | 80.75º | 0.89% | 0.58% | - |
| XYZ | 16.43 | 24.42 | 4.34 | - |
| YUV | 120.08 | 69.26 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 16 | 0.31 | 0 | 0.89 | 0.42 | 80.75 | 0.81 | 0.32 |
| Hex | 67 | 95 | 10 | 1F | 0 | 59 | 2A | 51 | 51 | 20 |
| Octal | 147 | 225 | 20 | 37 | 0 | 131 | 52 | 121 | 121 | 40 |
| Binary | 1100111 | 10010101 | 10000 | 11111 | 0 | 1011001 | 101010 | 1010001 | 1010001 | 100000 |
Color Harmonies of #679510
Complementary color
Monochromatic Colors of #679510
Black with #679510
Text Example
Text Example
White with #679510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679510; }
p { color: rgb(103,149,16); }
H1.HeaderClassName
{
color: #679510;
}
.AnyTagClassName
{
color: #679510;
}
</style>
background-color css
<style>
a { background-color: #679510; }
a { background-color: rgb(103,149,16); }
div.DivClassName
{
background-color: #679510;
}
.BgClassName
{
background-color: #679510;
}
</style>
border-color css
<style>
span { border-color: #679510; }
span { border-color: rgb(103,149,16); }
td.TdClassName
{
border-color: #679510;
}
.TagClassName
{
border-color: #679510;
}
</style>