Shades of Olive Drab #679409
Tints of Olive Drab #679409
RGB
CMYK
RGB Variations
Color information
#679409 (or 0x679409) is known color: Olive Drab. HEX triplet: 67, 94 and 09. RGB value is (103,148,9). Sum of RGB (Red+Green+Blue) = 103+148+9=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #679409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679409 is #986BF6. Grayscale: #777777. Windows color (decimal): -9989111 or 627815. OLE color: 627815.
HSL color Cylindrical-coordinate representation of color #679409: hue angle of 79.42º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #679409 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 9 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.42 |
| HSL | 79.42º | 0.89% | 0.31% | - |
| HSV(B) | 79.42º | 0.94% | 0.58% | - |
| XYZ | 16.23 | 24.08 | 4.05 | - |
| YUV | 118.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 9 | 0.30 | 0 | 0.94 | 0.42 | 79.42 | 0.89 | 0.31 |
| Hex | 67 | 94 | 9 | 1E | 0 | 5E | 2A | 4F | 59 | 1F |
| Octal | 147 | 224 | 11 | 36 | 0 | 136 | 52 | 117 | 131 | 37 |
| Binary | 1100111 | 10010100 | 1001 | 11110 | 0 | 1011110 | 101010 | 1001111 | 1011001 | 11111 |
Color Harmonies of #679409
Complementary color
Monochromatic Colors of #679409
Black with #679409
Text Example
Text Example
White with #679409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679409; }
p { color: rgb(103,148,9); }
H1.HeaderClassName
{
color: #679409;
}
.AnyTagClassName
{
color: #679409;
}
</style>
background-color css
<style>
a { background-color: #679409; }
a { background-color: rgb(103,148,9); }
div.DivClassName
{
background-color: #679409;
}
.BgClassName
{
background-color: #679409;
}
</style>
border-color css
<style>
span { border-color: #679409; }
span { border-color: rgb(103,148,9); }
td.TdClassName
{
border-color: #679409;
}
.TagClassName
{
border-color: #679409;
}
</style>