Shades of Olive Drab #678409
Tints of Olive Drab #678409
RGB
CMYK
RGB Variations
Color information
#678409 (or 0x678409) is known color: Olive Drab. HEX triplet: 67, 84 and 09. RGB value is (103,132,9). Sum of RGB (Red+Green+Blue) = 103+132+9=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #678409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678409 is #987BF6. Grayscale: #6D6D6D. Windows color (decimal): -9993207 or 623719. OLE color: 623719.
HSL color Cylindrical-coordinate representation of color #678409: hue angle of 74.15º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #678409 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 9 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.48 |
| HSL | 74.15º | 0.87% | 0.28% | - |
| HSV(B) | 74.15º | 0.93% | 0.52% | - |
| XYZ | 13.89 | 19.41 | 3.27 | - |
| YUV | 109.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 9 | 0.22 | 0 | 0.93 | 0.48 | 74.15 | 0.87 | 0.28 |
| Hex | 67 | 84 | 9 | 16 | 0 | 5D | 30 | 4A | 57 | 1C |
| Octal | 147 | 204 | 11 | 26 | 0 | 135 | 60 | 112 | 127 | 34 |
| Binary | 1100111 | 10000100 | 1001 | 10110 | 0 | 1011101 | 110000 | 1001010 | 1010111 | 11100 |
Color Harmonies of #678409
Complementary color
Monochromatic Colors of #678409
Black with #678409
Text Example
Text Example
White with #678409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678409; }
p { color: rgb(103,132,9); }
H1.HeaderClassName
{
color: #678409;
}
.AnyTagClassName
{
color: #678409;
}
</style>
background-color css
<style>
a { background-color: #678409; }
a { background-color: rgb(103,132,9); }
div.DivClassName
{
background-color: #678409;
}
.BgClassName
{
background-color: #678409;
}
</style>
border-color css
<style>
span { border-color: #678409; }
span { border-color: rgb(103,132,9); }
td.TdClassName
{
border-color: #678409;
}
.TagClassName
{
border-color: #678409;
}
</style>