Shades of Olive Drab #679320
Tints of Olive Drab #679320
RGB
CMYK
RGB Variations
Color information
#679320 (or 0x679320) is known color: Olive Drab. HEX triplet: 67, 93 and 20. RGB value is (103,147,32). Sum of RGB (Red+Green+Blue) = 103+147+32=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #679320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679320 is #986CDF. Grayscale: #797979. Windows color (decimal): -9989344 or 2134887. OLE color: 2134887.
HSL color Cylindrical-coordinate representation of color #679320: hue angle of 82.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #679320 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 32 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.42 |
| HSL | 82.96º | 0.64% | 0.35% | - |
| HSV(B) | 82.96º | 0.78% | 0.58% | - |
| XYZ | 16.29 | 23.86 | 5.11 | - |
| YUV | 120.73 | 77.92 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 32 | 0.30 | 0 | 0.78 | 0.42 | 82.96 | 0.64 | 0.35 |
| Hex | 67 | 93 | 20 | 1E | 0 | 4E | 2A | 53 | 40 | 23 |
| Octal | 147 | 223 | 40 | 36 | 0 | 116 | 52 | 123 | 100 | 43 |
| Binary | 1100111 | 10010011 | 100000 | 11110 | 0 | 1001110 | 101010 | 1010011 | 1000000 | 100011 |
Color Harmonies of #679320
Complementary color
Monochromatic Colors of #679320
Black with #679320
Text Example
Text Example
White with #679320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679320; }
p { color: rgb(103,147,32); }
H1.HeaderClassName
{
color: #679320;
}
.AnyTagClassName
{
color: #679320;
}
</style>
background-color css
<style>
a { background-color: #679320; }
a { background-color: rgb(103,147,32); }
div.DivClassName
{
background-color: #679320;
}
.BgClassName
{
background-color: #679320;
}
</style>
border-color css
<style>
span { border-color: #679320; }
span { border-color: rgb(103,147,32); }
td.TdClassName
{
border-color: #679320;
}
.TagClassName
{
border-color: #679320;
}
</style>