Shades of Olive Drab #678A20
Tints of Olive Drab #678A20
RGB
CMYK
RGB Variations
Color information
#678A20 (or 0x678A20) is known color: Olive Drab. HEX triplet: 67, 8A and 20. RGB value is (103,138,32). Sum of RGB (Red+Green+Blue) = 103+138+32=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #678A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A20 is #9875DF. Grayscale: #737373. Windows color (decimal): -9991648 or 2132583. OLE color: 2132583.
HSL color Cylindrical-coordinate representation of color #678A20: hue angle of 79.81º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #678A20 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 32 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.46 |
| HSL | 79.81º | 0.62% | 0.33% | - |
| HSV(B) | 79.81º | 0.77% | 0.54% | - |
| XYZ | 14.94 | 21.16 | 4.66 | - |
| YUV | 115.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 32 | 0.25 | 0 | 0.77 | 0.46 | 79.81 | 0.62 | 0.33 |
| Hex | 67 | 8A | 20 | 19 | 0 | 4D | 2E | 50 | 3E | 21 |
| Octal | 147 | 212 | 40 | 31 | 0 | 115 | 56 | 120 | 76 | 41 |
| Binary | 1100111 | 10001010 | 100000 | 11001 | 0 | 1001101 | 101110 | 1010000 | 111110 | 100001 |
Color Harmonies of #678A20
Complementary color
Monochromatic Colors of #678A20
Black with #678A20
Text Example
Text Example
White with #678A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A20; }
p { color: rgb(103,138,32); }
H1.HeaderClassName
{
color: #678A20;
}
.AnyTagClassName
{
color: #678A20;
}
</style>
background-color css
<style>
a { background-color: #678A20; }
a { background-color: rgb(103,138,32); }
div.DivClassName
{
background-color: #678A20;
}
.BgClassName
{
background-color: #678A20;
}
</style>
border-color css
<style>
span { border-color: #678A20; }
span { border-color: rgb(103,138,32); }
td.TdClassName
{
border-color: #678A20;
}
.TagClassName
{
border-color: #678A20;
}
</style>