Shades of Olive Drab #679313
Tints of Olive Drab #679313
RGB
CMYK
RGB Variations
Color information
#679313 (or 0x679313) is known color: Olive Drab. HEX triplet: 67, 93 and 13. RGB value is (103,147,19). Sum of RGB (Red+Green+Blue) = 103+147+19=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #679313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679313 is #986CEC. Grayscale: #777777. Windows color (decimal): -9989357 or 1282919. OLE color: 1282919.
HSL color Cylindrical-coordinate representation of color #679313: hue angle of 80.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #679313 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 19 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.42 |
| HSL | 80.63º | 0.77% | 0.33% | - |
| HSV(B) | 80.63º | 0.87% | 0.58% | - |
| XYZ | 16.14 | 23.8 | 4.36 | - |
| YUV | 119.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 19 | 0.30 | 0 | 0.87 | 0.42 | 80.63 | 0.77 | 0.33 |
| Hex | 67 | 93 | 13 | 1E | 0 | 57 | 2A | 51 | 4D | 21 |
| Octal | 147 | 223 | 23 | 36 | 0 | 127 | 52 | 121 | 115 | 41 |
| Binary | 1100111 | 10010011 | 10011 | 11110 | 0 | 1010111 | 101010 | 1010001 | 1001101 | 100001 |
Color Harmonies of #679313
Complementary color
Monochromatic Colors of #679313
Black with #679313
Text Example
Text Example
White with #679313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679313; }
p { color: rgb(103,147,19); }
H1.HeaderClassName
{
color: #679313;
}
.AnyTagClassName
{
color: #679313;
}
</style>
background-color css
<style>
a { background-color: #679313; }
a { background-color: rgb(103,147,19); }
div.DivClassName
{
background-color: #679313;
}
.BgClassName
{
background-color: #679313;
}
</style>
border-color css
<style>
span { border-color: #679313; }
span { border-color: rgb(103,147,19); }
td.TdClassName
{
border-color: #679313;
}
.TagClassName
{
border-color: #679313;
}
</style>