Shades of Olive Drab #67870C
Tints of Olive Drab #67870C
RGB
CMYK
RGB Variations
Color information
#67870C (or 0x67870C) is known color: Olive Drab. HEX triplet: 67, 87 and 0C. RGB value is (103,135,12). Sum of RGB (Red+Green+Blue) = 103+135+12=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #67870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67870C is #9878F3. Grayscale: #6F6F6F. Windows color (decimal): -9992436 or 821095. OLE color: 821095.
HSL color Cylindrical-coordinate representation of color #67870C: hue angle of 75.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67870C is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 12 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.47 |
| HSL | 75.61º | 0.84% | 0.29% | - |
| HSV(B) | 75.61º | 0.91% | 0.53% | - |
| XYZ | 14.32 | 20.24 | 3.5 | - |
| YUV | 111.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 12 | 0.24 | 0 | 0.91 | 0.47 | 75.61 | 0.84 | 0.29 |
| Hex | 67 | 87 | C | 18 | 0 | 5B | 2F | 4C | 54 | 1D |
| Octal | 147 | 207 | 14 | 30 | 0 | 133 | 57 | 114 | 124 | 35 |
| Binary | 1100111 | 10000111 | 1100 | 11000 | 0 | 1011011 | 101111 | 1001100 | 1010100 | 11101 |
Color Harmonies of #67870C
Complementary color
Monochromatic Colors of #67870C
Black with #67870C
Text Example
Text Example
White with #67870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67870C; }
p { color: rgb(103,135,12); }
H1.HeaderClassName
{
color: #67870C;
}
.AnyTagClassName
{
color: #67870C;
}
</style>
background-color css
<style>
a { background-color: #67870C; }
a { background-color: rgb(103,135,12); }
div.DivClassName
{
background-color: #67870C;
}
.BgClassName
{
background-color: #67870C;
}
</style>
border-color css
<style>
span { border-color: #67870C; }
span { border-color: rgb(103,135,12); }
td.TdClassName
{
border-color: #67870C;
}
.TagClassName
{
border-color: #67870C;
}
</style>