Shades of Olive Drab #679505
Tints of Olive Drab #679505
RGB
CMYK
RGB Variations
Color information
#679505 (or 0x679505) is known color: Olive Drab. HEX triplet: 67, 95 and 05. RGB value is (103,149,5). Sum of RGB (Red+Green+Blue) = 103+149+5=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #679505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679505 is #986AFA. Grayscale: #777777. Windows color (decimal): -9988859 or 365927. OLE color: 365927.
HSL color Cylindrical-coordinate representation of color #679505: hue angle of 79.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #679505 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.42 |
| HSL | 79.17º | 0.94% | 0.3% | - |
| HSV(B) | 79.17º | 0.97% | 0.58% | - |
| XYZ | 16.37 | 24.39 | 3.99 | - |
| YUV | 118.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 5 | 0.31 | 0 | 0.97 | 0.42 | 79.17 | 0.94 | 0.3 |
| Hex | 67 | 95 | 5 | 1F | 0 | 61 | 2A | 4F | 5E | 1E |
| Octal | 147 | 225 | 5 | 37 | 0 | 141 | 52 | 117 | 136 | 36 |
| Binary | 1100111 | 10010101 | 101 | 11111 | 0 | 1100001 | 101010 | 1001111 | 1011110 | 11110 |
Color Harmonies of #679505
Complementary color
Monochromatic Colors of #679505
Black with #679505
Text Example
Text Example
White with #679505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679505; }
p { color: rgb(103,149,5); }
H1.HeaderClassName
{
color: #679505;
}
.AnyTagClassName
{
color: #679505;
}
</style>
background-color css
<style>
a { background-color: #679505; }
a { background-color: rgb(103,149,5); }
div.DivClassName
{
background-color: #679505;
}
.BgClassName
{
background-color: #679505;
}
</style>
border-color css
<style>
span { border-color: #679505; }
span { border-color: rgb(103,149,5); }
td.TdClassName
{
border-color: #679505;
}
.TagClassName
{
border-color: #679505;
}
</style>