Shades of Olive Drab #679221
Tints of Olive Drab #679221
RGB
CMYK
RGB Variations
Color information
#679221 (or 0x679221) is known color: Olive Drab. HEX triplet: 67, 92 and 21. RGB value is (103,146,33). Sum of RGB (Red+Green+Blue) = 103+146+33=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #679221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679221 is #986DDE. Grayscale: #787878. Windows color (decimal): -9989599 or 2200167. OLE color: 2200167.
HSL color Cylindrical-coordinate representation of color #679221: hue angle of 82.83º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #679221 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 33 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.43 |
| HSL | 82.83º | 0.63% | 0.35% | - |
| HSV(B) | 82.83º | 0.77% | 0.57% | - |
| XYZ | 16.15 | 23.55 | 5.13 | - |
| YUV | 120.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 33 | 0.29 | 0 | 0.77 | 0.43 | 82.83 | 0.63 | 0.35 |
| Hex | 67 | 92 | 21 | 1D | 0 | 4D | 2B | 53 | 3F | 23 |
| Octal | 147 | 222 | 41 | 35 | 0 | 115 | 53 | 123 | 77 | 43 |
| Binary | 1100111 | 10010010 | 100001 | 11101 | 0 | 1001101 | 101011 | 1010011 | 111111 | 100011 |
Color Harmonies of #679221
Complementary color
Monochromatic Colors of #679221
Black with #679221
Text Example
Text Example
White with #679221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679221; }
p { color: rgb(103,146,33); }
H1.HeaderClassName
{
color: #679221;
}
.AnyTagClassName
{
color: #679221;
}
</style>
background-color css
<style>
a { background-color: #679221; }
a { background-color: rgb(103,146,33); }
div.DivClassName
{
background-color: #679221;
}
.BgClassName
{
background-color: #679221;
}
</style>
border-color css
<style>
span { border-color: #679221; }
span { border-color: rgb(103,146,33); }
td.TdClassName
{
border-color: #679221;
}
.TagClassName
{
border-color: #679221;
}
</style>