Shades of Olive Drab #679400
Tints of Olive Drab #679400
RGB
CMYK
RGB Variations
Color information
#679400 (or 0x679400) is known color: Olive Drab. HEX triplet: 67, 94 and 00. RGB value is (103,148,0). Sum of RGB (Red+Green+Blue) = 103+148+0=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #679400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679400 is #986BFF. Grayscale: #767676. Windows color (decimal): -9989120 or 37991. OLE color: 37991.
HSL color Cylindrical-coordinate representation of color #679400: hue angle of 78.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #679400 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.42 |
| HSL | 78.24º | 1% | 0.29% | - |
| HSV(B) | 78.24º | 1% | 0.58% | - |
| XYZ | 16.18 | 24.06 | 3.79 | - |
| YUV | 117.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 0 | 0.30 | 0 | 1 | 0.42 | 78.24 | 1 | 0.29 |
| Hex | 67 | 94 | 0 | 1E | 0 | 64 | 2A | 4E | 64 | 1D |
| Octal | 147 | 224 | 0 | 36 | 0 | 144 | 52 | 116 | 144 | 35 |
| Binary | 1100111 | 10010100 | 0 | 11110 | 0 | 1100100 | 101010 | 1001110 | 1100100 | 11101 |
Color Harmonies of #679400
Complementary color
Monochromatic Colors of #679400
Black with #679400
Text Example
Text Example
White with #679400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679400; }
p { color: rgb(103,148,0); }
H1.HeaderClassName
{
color: #679400;
}
.AnyTagClassName
{
color: #679400;
}
</style>
background-color css
<style>
a { background-color: #679400; }
a { background-color: rgb(103,148,0); }
div.DivClassName
{
background-color: #679400;
}
.BgClassName
{
background-color: #679400;
}
</style>
border-color css
<style>
span { border-color: #679400; }
span { border-color: rgb(103,148,0); }
td.TdClassName
{
border-color: #679400;
}
.TagClassName
{
border-color: #679400;
}
</style>