Shades of Olive Drab #67880D
Tints of Olive Drab #67880D
RGB
CMYK
RGB Variations
Color information
#67880D (or 0x67880D) is known color: Olive Drab. HEX triplet: 67, 88 and 0D. RGB value is (103,136,13). Sum of RGB (Red+Green+Blue) = 103+136+13=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #67880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67880D is #9877F2. Grayscale: #707070. Windows color (decimal): -9992179 or 886887. OLE color: 886887.
HSL color Cylindrical-coordinate representation of color #67880D: hue angle of 76.1º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67880D is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 13 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.47 |
| HSL | 76.1º | 0.83% | 0.29% | - |
| HSV(B) | 76.1º | 0.9% | 0.53% | - |
| XYZ | 14.47 | 20.52 | 3.58 | - |
| YUV | 112.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 13 | 0.24 | 0 | 0.90 | 0.47 | 76.1 | 0.83 | 0.29 |
| Hex | 67 | 88 | D | 18 | 0 | 5A | 2F | 4C | 53 | 1D |
| Octal | 147 | 210 | 15 | 30 | 0 | 132 | 57 | 114 | 123 | 35 |
| Binary | 1100111 | 10001000 | 1101 | 11000 | 0 | 1011010 | 101111 | 1001100 | 1010011 | 11101 |
Color Harmonies of #67880D
Complementary color
Monochromatic Colors of #67880D
Black with #67880D
Text Example
Text Example
White with #67880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67880D; }
p { color: rgb(103,136,13); }
H1.HeaderClassName
{
color: #67880D;
}
.AnyTagClassName
{
color: #67880D;
}
</style>
background-color css
<style>
a { background-color: #67880D; }
a { background-color: rgb(103,136,13); }
div.DivClassName
{
background-color: #67880D;
}
.BgClassName
{
background-color: #67880D;
}
</style>
border-color css
<style>
span { border-color: #67880D; }
span { border-color: rgb(103,136,13); }
td.TdClassName
{
border-color: #67880D;
}
.TagClassName
{
border-color: #67880D;
}
</style>