Shades of Olive Drab #678336
Tints of Olive Drab #678336
RGB
CMYK
RGB Variations
Color information
#678336 (or 0x678336) is known color: Olive Drab. HEX triplet: 67, 83 and 36. RGB value is (103,131,54). Sum of RGB (Red+Green+Blue) = 103+131+54=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #678336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678336 is #987CC9. Grayscale: #727272. Windows color (decimal): -9993418 or 3572583. OLE color: 3572583.
HSL color Cylindrical-coordinate representation of color #678336: hue angle of 81.82º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #678336 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 54 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.49 |
| HSL | 81.82º | 0.42% | 0.36% | - |
| HSV(B) | 81.82º | 0.59% | 0.51% | - |
| XYZ | 14.38 | 19.38 | 6.47 | - |
| YUV | 113.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 54 | 0.21 | 0 | 0.59 | 0.49 | 81.82 | 0.42 | 0.36 |
| Hex | 67 | 83 | 36 | 15 | 0 | 3B | 31 | 52 | 2A | 24 |
| Octal | 147 | 203 | 66 | 25 | 0 | 73 | 61 | 122 | 52 | 44 |
| Binary | 1100111 | 10000011 | 110110 | 10101 | 0 | 111011 | 110001 | 1010010 | 101010 | 100100 |
Color Harmonies of #678336
Complementary color
Monochromatic Colors of #678336
Black with #678336
Text Example
Text Example
White with #678336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678336; }
p { color: rgb(103,131,54); }
H1.HeaderClassName
{
color: #678336;
}
.AnyTagClassName
{
color: #678336;
}
</style>
background-color css
<style>
a { background-color: #678336; }
a { background-color: rgb(103,131,54); }
div.DivClassName
{
background-color: #678336;
}
.BgClassName
{
background-color: #678336;
}
</style>
border-color css
<style>
span { border-color: #678336; }
span { border-color: rgb(103,131,54); }
td.TdClassName
{
border-color: #678336;
}
.TagClassName
{
border-color: #678336;
}
</style>