Shades of Olive Drab #67870D
Tints of Olive Drab #67870D
RGB
CMYK
RGB Variations
Color information
#67870D (or 0x67870D) is known color: Olive Drab. HEX triplet: 67, 87 and 0D. RGB value is (103,135,13). Sum of RGB (Red+Green+Blue) = 103+135+13=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #67870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67870D is #9878F2. Grayscale: #6F6F6F. Windows color (decimal): -9992435 or 886631. OLE color: 886631.
HSL color Cylindrical-coordinate representation of color #67870D: hue angle of 75.74º degrees, saturation: 0.82, 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 #67870D is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 13 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.47 |
| HSL | 75.74º | 0.82% | 0.29% | - |
| HSV(B) | 75.74º | 0.9% | 0.53% | - |
| XYZ | 14.33 | 20.24 | 3.53 | - |
| YUV | 111.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 13 | 0.24 | 0 | 0.90 | 0.47 | 75.74 | 0.82 | 0.29 |
| Hex | 67 | 87 | D | 18 | 0 | 5A | 2F | 4C | 52 | 1D |
| Octal | 147 | 207 | 15 | 30 | 0 | 132 | 57 | 114 | 122 | 35 |
| Binary | 1100111 | 10000111 | 1101 | 11000 | 0 | 1011010 | 101111 | 1001100 | 1010010 | 11101 |
Color Harmonies of #67870D
Complementary color
Monochromatic Colors of #67870D
Black with #67870D
Text Example
Text Example
White with #67870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67870D; }
p { color: rgb(103,135,13); }
H1.HeaderClassName
{
color: #67870D;
}
.AnyTagClassName
{
color: #67870D;
}
</style>
background-color css
<style>
a { background-color: #67870D; }
a { background-color: rgb(103,135,13); }
div.DivClassName
{
background-color: #67870D;
}
.BgClassName
{
background-color: #67870D;
}
</style>
border-color css
<style>
span { border-color: #67870D; }
span { border-color: rgb(103,135,13); }
td.TdClassName
{
border-color: #67870D;
}
.TagClassName
{
border-color: #67870D;
}
</style>