Shades of Olive Drab #67802E
Tints of Olive Drab #67802E
RGB
CMYK
RGB Variations
Color information
#67802E (or 0x67802E) is known color: Olive Drab. HEX triplet: 67, 80 and 2E. RGB value is (103,128,46). Sum of RGB (Red+Green+Blue) = 103+128+46=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #67802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67802E is #987FD1. Grayscale: #6F6F6F. Windows color (decimal): -9994194 or 3047527. OLE color: 3047527.
HSL color Cylindrical-coordinate representation of color #67802E: hue angle of 78.29º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67802E is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 46 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.50 |
| HSL | 78.29º | 0.47% | 0.34% | - |
| HSV(B) | 78.29º | 0.64% | 0.5% | - |
| XYZ | 13.81 | 18.52 | 5.43 | - |
| YUV | 111.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 46 | 0.20 | 0 | 0.64 | 0.50 | 78.29 | 0.47 | 0.34 |
| Hex | 67 | 80 | 2E | 14 | 0 | 40 | 32 | 4E | 2F | 22 |
| Octal | 147 | 200 | 56 | 24 | 0 | 100 | 62 | 116 | 57 | 42 |
| Binary | 1100111 | 10000000 | 101110 | 10100 | 0 | 1000000 | 110010 | 1001110 | 101111 | 100010 |
Color Harmonies of #67802E
Complementary color
Monochromatic Colors of #67802E
Black with #67802E
Text Example
Text Example
White with #67802E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67802E; }
p { color: rgb(103,128,46); }
H1.HeaderClassName
{
color: #67802E;
}
.AnyTagClassName
{
color: #67802E;
}
</style>
background-color css
<style>
a { background-color: #67802E; }
a { background-color: rgb(103,128,46); }
div.DivClassName
{
background-color: #67802E;
}
.BgClassName
{
background-color: #67802E;
}
</style>
border-color css
<style>
span { border-color: #67802E; }
span { border-color: rgb(103,128,46); }
td.TdClassName
{
border-color: #67802E;
}
.TagClassName
{
border-color: #67802E;
}
</style>