Shades of Olive Drab #678321
Tints of Olive Drab #678321
RGB
CMYK
RGB Variations
Color information
#678321 (or 0x678321) is known color: Olive Drab. HEX triplet: 67, 83 and 21. RGB value is (103,131,33). Sum of RGB (Red+Green+Blue) = 103+131+33=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #678321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678321 is #987CDE. Grayscale: #6F6F6F. Windows color (decimal): -9993439 or 2196327. OLE color: 2196327.
HSL color Cylindrical-coordinate representation of color #678321: hue angle of 77.14º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #678321 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 33 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.49 |
| HSL | 77.14º | 0.6% | 0.32% | - |
| HSV(B) | 77.14º | 0.75% | 0.51% | - |
| XYZ | 13.98 | 19.23 | 4.41 | - |
| YUV | 111.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 33 | 0.21 | 0 | 0.75 | 0.49 | 77.14 | 0.6 | 0.32 |
| Hex | 67 | 83 | 21 | 15 | 0 | 4B | 31 | 4D | 3C | 20 |
| Octal | 147 | 203 | 41 | 25 | 0 | 113 | 61 | 115 | 74 | 40 |
| Binary | 1100111 | 10000011 | 100001 | 10101 | 0 | 1001011 | 110001 | 1001101 | 111100 | 100000 |
Color Harmonies of #678321
Complementary color
Monochromatic Colors of #678321
Black with #678321
Text Example
Text Example
White with #678321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678321; }
p { color: rgb(103,131,33); }
H1.HeaderClassName
{
color: #678321;
}
.AnyTagClassName
{
color: #678321;
}
</style>
background-color css
<style>
a { background-color: #678321; }
a { background-color: rgb(103,131,33); }
div.DivClassName
{
background-color: #678321;
}
.BgClassName
{
background-color: #678321;
}
</style>
border-color css
<style>
span { border-color: #678321; }
span { border-color: rgb(103,131,33); }
td.TdClassName
{
border-color: #678321;
}
.TagClassName
{
border-color: #678321;
}
</style>