Shades of Olive Drab #67890F
Tints of Olive Drab #67890F
RGB
CMYK
RGB Variations
Color information
#67890F (or 0x67890F) is known color: Olive Drab. HEX triplet: 67, 89 and 0F. RGB value is (103,137,15). Sum of RGB (Red+Green+Blue) = 103+137+15=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #67890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67890F is #9876F0. Grayscale: #717171. Windows color (decimal): -9991921 or 1018215. OLE color: 1018215.
HSL color Cylindrical-coordinate representation of color #67890F: hue angle of 76.72º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67890F is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 15 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.46 |
| HSL | 76.72º | 0.8% | 0.3% | - |
| HSV(B) | 76.72º | 0.89% | 0.54% | - |
| XYZ | 14.63 | 20.81 | 3.7 | - |
| YUV | 112.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 15 | 0.25 | 0 | 0.89 | 0.46 | 76.72 | 0.8 | 0.3 |
| Hex | 67 | 89 | F | 19 | 0 | 59 | 2E | 4D | 50 | 1E |
| Octal | 147 | 211 | 17 | 31 | 0 | 131 | 56 | 115 | 120 | 36 |
| Binary | 1100111 | 10001001 | 1111 | 11001 | 0 | 1011001 | 101110 | 1001101 | 1010000 | 11110 |
Color Harmonies of #67890F
Complementary color
Monochromatic Colors of #67890F
Black with #67890F
Text Example
Text Example
White with #67890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67890F; }
p { color: rgb(103,137,15); }
H1.HeaderClassName
{
color: #67890F;
}
.AnyTagClassName
{
color: #67890F;
}
</style>
background-color css
<style>
a { background-color: #67890F; }
a { background-color: rgb(103,137,15); }
div.DivClassName
{
background-color: #67890F;
}
.BgClassName
{
background-color: #67890F;
}
</style>
border-color css
<style>
span { border-color: #67890F; }
span { border-color: rgb(103,137,15); }
td.TdClassName
{
border-color: #67890F;
}
.TagClassName
{
border-color: #67890F;
}
</style>