Shades of Olive Drab #678A0B
Tints of Olive Drab #678A0B
RGB
CMYK
RGB Variations
Color information
#678A0B (or 0x678A0B) is known color: Olive Drab. HEX triplet: 67, 8A and 0B. RGB value is (103,138,11). Sum of RGB (Red+Green+Blue) = 103+138+11=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #678A0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A0B is #9875F4. Grayscale: #717171. Windows color (decimal): -9991669 or 756327. OLE color: 756327.
HSL color Cylindrical-coordinate representation of color #678A0B: hue angle of 76.54º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #678A0B is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 11 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.46 |
| HSL | 76.54º | 0.85% | 0.29% | - |
| HSV(B) | 76.54º | 0.92% | 0.54% | - |
| XYZ | 14.74 | 21.08 | 3.61 | - |
| YUV | 113.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 11 | 0.25 | 0 | 0.92 | 0.46 | 76.54 | 0.85 | 0.29 |
| Hex | 67 | 8A | B | 19 | 0 | 5C | 2E | 4D | 55 | 1D |
| Octal | 147 | 212 | 13 | 31 | 0 | 134 | 56 | 115 | 125 | 35 |
| Binary | 1100111 | 10001010 | 1011 | 11001 | 0 | 1011100 | 101110 | 1001101 | 1010101 | 11101 |
Color Harmonies of #678A0B
Complementary color
Monochromatic Colors of #678A0B
Black with #678A0B
Text Example
Text Example
White with #678A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A0B; }
p { color: rgb(103,138,11); }
H1.HeaderClassName
{
color: #678A0B;
}
.AnyTagClassName
{
color: #678A0B;
}
</style>
background-color css
<style>
a { background-color: #678A0B; }
a { background-color: rgb(103,138,11); }
div.DivClassName
{
background-color: #678A0B;
}
.BgClassName
{
background-color: #678A0B;
}
</style>
border-color css
<style>
span { border-color: #678A0B; }
span { border-color: rgb(103,138,11); }
td.TdClassName
{
border-color: #678A0B;
}
.TagClassName
{
border-color: #678A0B;
}
</style>