Shades of Olive Drab #679720
Tints of Olive Drab #679720
RGB
CMYK
RGB Variations
Color information
#679720 (or 0x679720) is known color: Olive Drab. HEX triplet: 67, 97 and 20. RGB value is (103,151,32). Sum of RGB (Red+Green+Blue) = 103+151+32=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #679720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679720 is #9868DF. Grayscale: #7B7B7B. Windows color (decimal): -9988320 or 2135911. OLE color: 2135911.
HSL color Cylindrical-coordinate representation of color #679720: hue angle of 84.2º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #679720 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 32 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.41 |
| HSL | 84.2º | 0.65% | 0.36% | - |
| HSV(B) | 84.2º | 0.79% | 0.59% | - |
| XYZ | 16.92 | 25.12 | 5.32 | - |
| YUV | 123.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 32 | 0.32 | 0 | 0.79 | 0.41 | 84.2 | 0.65 | 0.36 |
| Hex | 67 | 97 | 20 | 20 | 0 | 4F | 29 | 54 | 41 | 24 |
| Octal | 147 | 227 | 40 | 40 | 0 | 117 | 51 | 124 | 101 | 44 |
| Binary | 1100111 | 10010111 | 100000 | 100000 | 0 | 1001111 | 101001 | 1010100 | 1000001 | 100100 |
Color Harmonies of #679720
Complementary color
Monochromatic Colors of #679720
Black with #679720
Text Example
Text Example
White with #679720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679720; }
p { color: rgb(103,151,32); }
H1.HeaderClassName
{
color: #679720;
}
.AnyTagClassName
{
color: #679720;
}
</style>
background-color css
<style>
a { background-color: #679720; }
a { background-color: rgb(103,151,32); }
div.DivClassName
{
background-color: #679720;
}
.BgClassName
{
background-color: #679720;
}
</style>
border-color css
<style>
span { border-color: #679720; }
span { border-color: rgb(103,151,32); }
td.TdClassName
{
border-color: #679720;
}
.TagClassName
{
border-color: #679720;
}
</style>