Shades of Olive Drab #678621
Tints of Olive Drab #678621
RGB
CMYK
RGB Variations
Color information
#678621 (or 0x678621) is known color: Olive Drab. HEX triplet: 67, 86 and 21. RGB value is (103,134,33). Sum of RGB (Red+Green+Blue) = 103+134+33=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #678621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678621 is #9879DE. Grayscale: #717171. Windows color (decimal): -9992671 or 2197095. OLE color: 2197095.
HSL color Cylindrical-coordinate representation of color #678621: hue angle of 78.42º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #678621 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 33 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.47 |
| HSL | 78.42º | 0.6% | 0.33% | - |
| HSV(B) | 78.42º | 0.75% | 0.53% | - |
| XYZ | 14.39 | 20.04 | 4.55 | - |
| YUV | 113.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 33 | 0.23 | 0 | 0.75 | 0.47 | 78.42 | 0.6 | 0.33 |
| Hex | 67 | 86 | 21 | 17 | 0 | 4B | 2F | 4E | 3C | 21 |
| Octal | 147 | 206 | 41 | 27 | 0 | 113 | 57 | 116 | 74 | 41 |
| Binary | 1100111 | 10000110 | 100001 | 10111 | 0 | 1001011 | 101111 | 1001110 | 111100 | 100001 |
Color Harmonies of #678621
Complementary color
Monochromatic Colors of #678621
Black with #678621
Text Example
Text Example
White with #678621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678621; }
p { color: rgb(103,134,33); }
H1.HeaderClassName
{
color: #678621;
}
.AnyTagClassName
{
color: #678621;
}
</style>
background-color css
<style>
a { background-color: #678621; }
a { background-color: rgb(103,134,33); }
div.DivClassName
{
background-color: #678621;
}
.BgClassName
{
background-color: #678621;
}
</style>
border-color css
<style>
span { border-color: #678621; }
span { border-color: rgb(103,134,33); }
td.TdClassName
{
border-color: #678621;
}
.TagClassName
{
border-color: #678621;
}
</style>