Shades of Olive Drab #679327
Tints of Olive Drab #679327
RGB
CMYK
RGB Variations
Color information
#679327 (or 0x679327) is known color: Olive Drab. HEX triplet: 67, 93 and 27. RGB value is (103,147,39). Sum of RGB (Red+Green+Blue) = 103+147+39=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #679327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679327 is #986CD8. Grayscale: #797979. Windows color (decimal): -9989337 or 2593639. OLE color: 2593639.
HSL color Cylindrical-coordinate representation of color #679327: hue angle of 84.44º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #679327 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 39 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.42 |
| HSL | 84.44º | 0.58% | 0.36% | - |
| HSV(B) | 84.44º | 0.73% | 0.58% | - |
| XYZ | 16.39 | 23.9 | 5.67 | - |
| YUV | 121.53 | 81.42 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 39 | 0.30 | 0 | 0.73 | 0.42 | 84.44 | 0.58 | 0.36 |
| Hex | 67 | 93 | 27 | 1E | 0 | 49 | 2A | 54 | 3A | 24 |
| Octal | 147 | 223 | 47 | 36 | 0 | 111 | 52 | 124 | 72 | 44 |
| Binary | 1100111 | 10010011 | 100111 | 11110 | 0 | 1001001 | 101010 | 1010100 | 111010 | 100100 |
Color Harmonies of #679327
Complementary color
Monochromatic Colors of #679327
Black with #679327
Text Example
Text Example
White with #679327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679327; }
p { color: rgb(103,147,39); }
H1.HeaderClassName
{
color: #679327;
}
.AnyTagClassName
{
color: #679327;
}
</style>
background-color css
<style>
a { background-color: #679327; }
a { background-color: rgb(103,147,39); }
div.DivClassName
{
background-color: #679327;
}
.BgClassName
{
background-color: #679327;
}
</style>
border-color css
<style>
span { border-color: #679327; }
span { border-color: rgb(103,147,39); }
td.TdClassName
{
border-color: #679327;
}
.TagClassName
{
border-color: #679327;
}
</style>