Shades of Olive Drab #679721
Tints of Olive Drab #679721
RGB
CMYK
RGB Variations
Color information
#679721 (or 0x679721) is known color: Olive Drab. HEX triplet: 67, 97 and 21. RGB value is (103,151,33). Sum of RGB (Red+Green+Blue) = 103+151+33=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #679721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679721 is #9868DE. Grayscale: #7B7B7B. Windows color (decimal): -9988319 or 2201447. OLE color: 2201447.
HSL color Cylindrical-coordinate representation of color #679721: hue angle of 84.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #679721 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 33 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.41 |
| HSL | 84.41º | 0.64% | 0.36% | - |
| HSV(B) | 84.41º | 0.78% | 0.59% | - |
| XYZ | 16.93 | 25.13 | 5.4 | - |
| YUV | 123.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 33 | 0.32 | 0 | 0.78 | 0.41 | 84.41 | 0.64 | 0.36 |
| Hex | 67 | 97 | 21 | 20 | 0 | 4E | 29 | 54 | 40 | 24 |
| Octal | 147 | 227 | 41 | 40 | 0 | 116 | 51 | 124 | 100 | 44 |
| Binary | 1100111 | 10010111 | 100001 | 100000 | 0 | 1001110 | 101001 | 1010100 | 1000000 | 100100 |
Color Harmonies of #679721
Complementary color
Monochromatic Colors of #679721
Black with #679721
Text Example
Text Example
White with #679721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679721; }
p { color: rgb(103,151,33); }
H1.HeaderClassName
{
color: #679721;
}
.AnyTagClassName
{
color: #679721;
}
</style>
background-color css
<style>
a { background-color: #679721; }
a { background-color: rgb(103,151,33); }
div.DivClassName
{
background-color: #679721;
}
.BgClassName
{
background-color: #679721;
}
</style>
border-color css
<style>
span { border-color: #679721; }
span { border-color: rgb(103,151,33); }
td.TdClassName
{
border-color: #679721;
}
.TagClassName
{
border-color: #679721;
}
</style>