Shades of Olive Drab #67821E
Tints of Olive Drab #67821E
RGB
CMYK
RGB Variations
Color information
#67821E (or 0x67821E) is known color: Olive Drab. HEX triplet: 67, 82 and 1E. RGB value is (103,130,30). Sum of RGB (Red+Green+Blue) = 103+130+30=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #67821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67821E is #987DE1. Grayscale: #6E6E6E. Windows color (decimal): -9993698 or 1999463. OLE color: 1999463.
HSL color Cylindrical-coordinate representation of color #67821E: hue angle of 76.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67821E is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 30 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.49 |
| HSL | 76.2º | 0.63% | 0.31% | - |
| HSV(B) | 76.2º | 0.77% | 0.51% | - |
| XYZ | 13.81 | 18.94 | 4.16 | - |
| YUV | 110.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 30 | 0.21 | 0 | 0.77 | 0.49 | 76.2 | 0.63 | 0.31 |
| Hex | 67 | 82 | 1E | 15 | 0 | 4D | 31 | 4C | 3E | 1F |
| Octal | 147 | 202 | 36 | 25 | 0 | 115 | 61 | 114 | 76 | 37 |
| Binary | 1100111 | 10000010 | 11110 | 10101 | 0 | 1001101 | 110001 | 1001100 | 111110 | 11111 |
Color Harmonies of #67821E
Complementary color
Monochromatic Colors of #67821E
Black with #67821E
Text Example
Text Example
White with #67821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67821E; }
p { color: rgb(103,130,30); }
H1.HeaderClassName
{
color: #67821E;
}
.AnyTagClassName
{
color: #67821E;
}
</style>
background-color css
<style>
a { background-color: #67821E; }
a { background-color: rgb(103,130,30); }
div.DivClassName
{
background-color: #67821E;
}
.BgClassName
{
background-color: #67821E;
}
</style>
border-color css
<style>
span { border-color: #67821E; }
span { border-color: rgb(103,130,30); }
td.TdClassName
{
border-color: #67821E;
}
.TagClassName
{
border-color: #67821E;
}
</style>