Shades of Olive Drab #67890D
Tints of Olive Drab #67890D
RGB
CMYK
RGB Variations
Color information
#67890D (or 0x67890D) is known color: Olive Drab. HEX triplet: 67, 89 and 0D. RGB value is (103,137,13). Sum of RGB (Red+Green+Blue) = 103+137+13=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #67890D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67890D is #9876F2. Grayscale: #717171. Windows color (decimal): -9991923 or 887143. OLE color: 887143.
HSL color Cylindrical-coordinate representation of color #67890D: hue angle of 76.45º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67890D is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 13 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.46 |
| HSL | 76.45º | 0.83% | 0.29% | - |
| HSV(B) | 76.45º | 0.91% | 0.54% | - |
| XYZ | 14.61 | 20.8 | 3.63 | - |
| YUV | 112.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 13 | 0.25 | 0 | 0.91 | 0.46 | 76.45 | 0.83 | 0.29 |
| Hex | 67 | 89 | D | 19 | 0 | 5B | 2E | 4C | 53 | 1D |
| Octal | 147 | 211 | 15 | 31 | 0 | 133 | 56 | 114 | 123 | 35 |
| Binary | 1100111 | 10001001 | 1101 | 11001 | 0 | 1011011 | 101110 | 1001100 | 1010011 | 11101 |
Color Harmonies of #67890D
Complementary color
Monochromatic Colors of #67890D
Black with #67890D
Text Example
Text Example
White with #67890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67890D; }
p { color: rgb(103,137,13); }
H1.HeaderClassName
{
color: #67890D;
}
.AnyTagClassName
{
color: #67890D;
}
</style>
background-color css
<style>
a { background-color: #67890D; }
a { background-color: rgb(103,137,13); }
div.DivClassName
{
background-color: #67890D;
}
.BgClassName
{
background-color: #67890D;
}
</style>
border-color css
<style>
span { border-color: #67890D; }
span { border-color: rgb(103,137,13); }
td.TdClassName
{
border-color: #67890D;
}
.TagClassName
{
border-color: #67890D;
}
</style>