Shades of Olive Drab #679820
Tints of Olive Drab #679820
RGB
CMYK
RGB Variations
Color information
#679820 (or 0x679820) is known color: Olive Drab. HEX triplet: 67, 98 and 20. RGB value is (103,152,32). Sum of RGB (Red+Green+Blue) = 103+152+32=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #679820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679820 is #9867DF. Grayscale: #7C7C7C. Windows color (decimal): -9988064 or 2136167. OLE color: 2136167.
HSL color Cylindrical-coordinate representation of color #679820: hue angle of 84.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #679820 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 32 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.40 |
| HSL | 84.5º | 0.65% | 0.36% | - |
| HSV(B) | 84.5º | 0.79% | 0.6% | - |
| XYZ | 17.08 | 25.44 | 5.38 | - |
| YUV | 123.67 | 76.27 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 32 | 0.32 | 0 | 0.79 | 0.40 | 84.5 | 0.65 | 0.36 |
| Hex | 67 | 98 | 20 | 20 | 0 | 4F | 28 | 54 | 41 | 24 |
| Octal | 147 | 230 | 40 | 40 | 0 | 117 | 50 | 124 | 101 | 44 |
| Binary | 1100111 | 10011000 | 100000 | 100000 | 0 | 1001111 | 101000 | 1010100 | 1000001 | 100100 |
Color Harmonies of #679820
Complementary color
Monochromatic Colors of #679820
Black with #679820
Text Example
Text Example
White with #679820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679820; }
p { color: rgb(103,152,32); }
H1.HeaderClassName
{
color: #679820;
}
.AnyTagClassName
{
color: #679820;
}
</style>
background-color css
<style>
a { background-color: #679820; }
a { background-color: rgb(103,152,32); }
div.DivClassName
{
background-color: #679820;
}
.BgClassName
{
background-color: #679820;
}
</style>
border-color css
<style>
span { border-color: #679820; }
span { border-color: rgb(103,152,32); }
td.TdClassName
{
border-color: #679820;
}
.TagClassName
{
border-color: #679820;
}
</style>