Shades of Olive Drab #67871C
Tints of Olive Drab #67871C
RGB
CMYK
RGB Variations
Color information
#67871C (or 0x67871C) is known color: Olive Drab. HEX triplet: 67, 87 and 1C. RGB value is (103,135,28). Sum of RGB (Red+Green+Blue) = 103+135+28=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #67871C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67871C is #9878E3. Grayscale: #717171. Windows color (decimal): -9992420 or 1869671. OLE color: 1869671.
HSL color Cylindrical-coordinate representation of color #67871C: hue angle of 77.94º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67871C is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 28 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.47 |
| HSL | 77.94º | 0.66% | 0.32% | - |
| HSV(B) | 77.94º | 0.79% | 0.53% | - |
| XYZ | 14.47 | 20.3 | 4.25 | - |
| YUV | 113.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 28 | 0.24 | 0 | 0.79 | 0.47 | 77.94 | 0.66 | 0.32 |
| Hex | 67 | 87 | 1C | 18 | 0 | 4F | 2F | 4E | 42 | 20 |
| Octal | 147 | 207 | 34 | 30 | 0 | 117 | 57 | 116 | 102 | 40 |
| Binary | 1100111 | 10000111 | 11100 | 11000 | 0 | 1001111 | 101111 | 1001110 | 1000010 | 100000 |
Color Harmonies of #67871C
Complementary color
Monochromatic Colors of #67871C
Black with #67871C
Text Example
Text Example
White with #67871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67871C; }
p { color: rgb(103,135,28); }
H1.HeaderClassName
{
color: #67871C;
}
.AnyTagClassName
{
color: #67871C;
}
</style>
background-color css
<style>
a { background-color: #67871C; }
a { background-color: rgb(103,135,28); }
div.DivClassName
{
background-color: #67871C;
}
.BgClassName
{
background-color: #67871C;
}
</style>
border-color css
<style>
span { border-color: #67871C; }
span { border-color: rgb(103,135,28); }
td.TdClassName
{
border-color: #67871C;
}
.TagClassName
{
border-color: #67871C;
}
</style>