Shades of Olive Drab #679326
Tints of Olive Drab #679326
RGB
CMYK
RGB Variations
Color information
#679326 (or 0x679326) is known color: Olive Drab. HEX triplet: 67, 93 and 26. RGB value is (103,147,38). Sum of RGB (Red+Green+Blue) = 103+147+38=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #679326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679326 is #986CD9. Grayscale: #797979. Windows color (decimal): -9989338 or 2528103. OLE color: 2528103.
HSL color Cylindrical-coordinate representation of color #679326: hue angle of 84.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #679326 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 38 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.42 |
| HSL | 84.22º | 0.59% | 0.36% | - |
| HSV(B) | 84.22º | 0.74% | 0.58% | - |
| XYZ | 16.38 | 23.89 | 5.58 | - |
| YUV | 121.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 38 | 0.30 | 0 | 0.74 | 0.42 | 84.22 | 0.59 | 0.36 |
| Hex | 67 | 93 | 26 | 1E | 0 | 4A | 2A | 54 | 3B | 24 |
| Octal | 147 | 223 | 46 | 36 | 0 | 112 | 52 | 124 | 73 | 44 |
| Binary | 1100111 | 10010011 | 100110 | 11110 | 0 | 1001010 | 101010 | 1010100 | 111011 | 100100 |
Color Harmonies of #679326
Complementary color
Monochromatic Colors of #679326
Black with #679326
Text Example
Text Example
White with #679326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679326; }
p { color: rgb(103,147,38); }
H1.HeaderClassName
{
color: #679326;
}
.AnyTagClassName
{
color: #679326;
}
</style>
background-color css
<style>
a { background-color: #679326; }
a { background-color: rgb(103,147,38); }
div.DivClassName
{
background-color: #679326;
}
.BgClassName
{
background-color: #679326;
}
</style>
border-color css
<style>
span { border-color: #679326; }
span { border-color: rgb(103,147,38); }
td.TdClassName
{
border-color: #679326;
}
.TagClassName
{
border-color: #679326;
}
</style>