Shades of Olive Drab #679813
Tints of Olive Drab #679813
RGB
CMYK
RGB Variations
Color information
#679813 (or 0x679813) is known color: Olive Drab. HEX triplet: 67, 98 and 13. RGB value is (103,152,19). Sum of RGB (Red+Green+Blue) = 103+152+19=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #679813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679813 is #9867EC. Grayscale: #7A7A7A. Windows color (decimal): -9988077 or 1284199. OLE color: 1284199.
HSL color Cylindrical-coordinate representation of color #679813: hue angle of 82.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #679813 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 19 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.40 |
| HSL | 82.11º | 0.78% | 0.34% | - |
| HSV(B) | 82.11º | 0.88% | 0.6% | - |
| XYZ | 16.94 | 25.39 | 4.62 | - |
| YUV | 122.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 19 | 0.32 | 0 | 0.87 | 0.40 | 82.11 | 0.78 | 0.34 |
| Hex | 67 | 98 | 13 | 20 | 0 | 57 | 28 | 52 | 4E | 22 |
| Octal | 147 | 230 | 23 | 40 | 0 | 127 | 50 | 122 | 116 | 42 |
| Binary | 1100111 | 10011000 | 10011 | 100000 | 0 | 1010111 | 101000 | 1010010 | 1001110 | 100010 |
Color Harmonies of #679813
Complementary color
Monochromatic Colors of #679813
Black with #679813
Text Example
Text Example
White with #679813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679813; }
p { color: rgb(103,152,19); }
H1.HeaderClassName
{
color: #679813;
}
.AnyTagClassName
{
color: #679813;
}
</style>
background-color css
<style>
a { background-color: #679813; }
a { background-color: rgb(103,152,19); }
div.DivClassName
{
background-color: #679813;
}
.BgClassName
{
background-color: #679813;
}
</style>
border-color css
<style>
span { border-color: #679813; }
span { border-color: rgb(103,152,19); }
td.TdClassName
{
border-color: #679813;
}
.TagClassName
{
border-color: #679813;
}
</style>