Shades of Olive Drab #679509
Tints of Olive Drab #679509
RGB
CMYK
RGB Variations
Color information
#679509 (or 0x679509) is known color: Olive Drab. HEX triplet: 67, 95 and 09. RGB value is (103,149,9). Sum of RGB (Red+Green+Blue) = 103+149+9=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #679509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679509 is #986AF6. Grayscale: #777777. Windows color (decimal): -9988855 or 628071. OLE color: 628071.
HSL color Cylindrical-coordinate representation of color #679509: hue angle of 79.71º 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 #679509 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 9 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.42 |
| HSL | 79.71º | 0.89% | 0.31% | - |
| HSV(B) | 79.71º | 0.94% | 0.58% | - |
| XYZ | 16.39 | 24.4 | 4.1 | - |
| YUV | 119.29 | 65.76 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 9 | 0.31 | 0 | 0.94 | 0.42 | 79.71 | 0.89 | 0.31 |
| Hex | 67 | 95 | 9 | 1F | 0 | 5E | 2A | 50 | 59 | 1F |
| Octal | 147 | 225 | 11 | 37 | 0 | 136 | 52 | 120 | 131 | 37 |
| Binary | 1100111 | 10010101 | 1001 | 11111 | 0 | 1011110 | 101010 | 1010000 | 1011001 | 11111 |
Color Harmonies of #679509
Complementary color
Monochromatic Colors of #679509
Black with #679509
Text Example
Text Example
White with #679509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679509; }
p { color: rgb(103,149,9); }
H1.HeaderClassName
{
color: #679509;
}
.AnyTagClassName
{
color: #679509;
}
</style>
background-color css
<style>
a { background-color: #679509; }
a { background-color: rgb(103,149,9); }
div.DivClassName
{
background-color: #679509;
}
.BgClassName
{
background-color: #679509;
}
</style>
border-color css
<style>
span { border-color: #679509; }
span { border-color: rgb(103,149,9); }
td.TdClassName
{
border-color: #679509;
}
.TagClassName
{
border-color: #679509;
}
</style>