Shades of Olive Drab #679220
Tints of Olive Drab #679220
RGB
CMYK
RGB Variations
Color information
#679220 (or 0x679220) is known color: Olive Drab. HEX triplet: 67, 92 and 20. RGB value is (103,146,32). Sum of RGB (Red+Green+Blue) = 103+146+32=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #679220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679220 is #986DDF. Grayscale: #787878. Windows color (decimal): -9989600 or 2134631. OLE color: 2134631.
HSL color Cylindrical-coordinate representation of color #679220: hue angle of 82.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #679220 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 32 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.43 |
| HSL | 82.63º | 0.64% | 0.35% | - |
| HSV(B) | 82.63º | 0.78% | 0.57% | - |
| XYZ | 16.13 | 23.55 | 5.06 | - |
| YUV | 120.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 32 | 0.29 | 0 | 0.78 | 0.43 | 82.63 | 0.64 | 0.35 |
| Hex | 67 | 92 | 20 | 1D | 0 | 4E | 2B | 53 | 40 | 23 |
| Octal | 147 | 222 | 40 | 35 | 0 | 116 | 53 | 123 | 100 | 43 |
| Binary | 1100111 | 10010010 | 100000 | 11101 | 0 | 1001110 | 101011 | 1010011 | 1000000 | 100011 |
Color Harmonies of #679220
Complementary color
Monochromatic Colors of #679220
Black with #679220
Text Example
Text Example
White with #679220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679220; }
p { color: rgb(103,146,32); }
H1.HeaderClassName
{
color: #679220;
}
.AnyTagClassName
{
color: #679220;
}
</style>
background-color css
<style>
a { background-color: #679220; }
a { background-color: rgb(103,146,32); }
div.DivClassName
{
background-color: #679220;
}
.BgClassName
{
background-color: #679220;
}
</style>
border-color css
<style>
span { border-color: #679220; }
span { border-color: rgb(103,146,32); }
td.TdClassName
{
border-color: #679220;
}
.TagClassName
{
border-color: #679220;
}
</style>