Shades of Olive Drab #679418
Tints of Olive Drab #679418
RGB
CMYK
RGB Variations
Color information
#679418 (or 0x679418) is known color: Olive Drab. HEX triplet: 67, 94 and 18. RGB value is (103,148,24). Sum of RGB (Red+Green+Blue) = 103+148+24=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #679418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679418 is #986BE7. Grayscale: #787878. Windows color (decimal): -9989096 or 1610855. OLE color: 1610855.
HSL color Cylindrical-coordinate representation of color #679418: hue angle of 81.77º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #679418 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 24 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.42 |
| HSL | 81.77º | 0.72% | 0.34% | - |
| HSV(B) | 81.77º | 0.84% | 0.58% | - |
| XYZ | 16.35 | 24.13 | 4.66 | - |
| YUV | 120.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 24 | 0.30 | 0 | 0.84 | 0.42 | 81.77 | 0.72 | 0.34 |
| Hex | 67 | 94 | 18 | 1E | 0 | 54 | 2A | 52 | 48 | 22 |
| Octal | 147 | 224 | 30 | 36 | 0 | 124 | 52 | 122 | 110 | 42 |
| Binary | 1100111 | 10010100 | 11000 | 11110 | 0 | 1010100 | 101010 | 1010010 | 1001000 | 100010 |
Color Harmonies of #679418
Complementary color
Monochromatic Colors of #679418
Black with #679418
Text Example
Text Example
White with #679418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679418; }
p { color: rgb(103,148,24); }
H1.HeaderClassName
{
color: #679418;
}
.AnyTagClassName
{
color: #679418;
}
</style>
background-color css
<style>
a { background-color: #679418; }
a { background-color: rgb(103,148,24); }
div.DivClassName
{
background-color: #679418;
}
.BgClassName
{
background-color: #679418;
}
</style>
border-color css
<style>
span { border-color: #679418; }
span { border-color: rgb(103,148,24); }
td.TdClassName
{
border-color: #679418;
}
.TagClassName
{
border-color: #679418;
}
</style>