Shades of Olive Drab #678B08
Tints of Olive Drab #678B08
RGB
CMYK
RGB Variations
Color information
#678B08 (or 0x678B08) is known color: Olive Drab. HEX triplet: 67, 8B and 08. RGB value is (103,139,8). Sum of RGB (Red+Green+Blue) = 103+139+8=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #678B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678B08 is #9874F7. Grayscale: #717171. Windows color (decimal): -9991416 or 559975. OLE color: 559975.
HSL color Cylindrical-coordinate representation of color #678B08: hue angle of 76.49º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #678B08 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 8 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.45 |
| HSL | 76.49º | 0.89% | 0.29% | - |
| HSV(B) | 76.49º | 0.94% | 0.55% | - |
| XYZ | 14.87 | 21.37 | 3.57 | - |
| YUV | 113.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 8 | 0.26 | 0 | 0.94 | 0.45 | 76.49 | 0.89 | 0.29 |
| Hex | 67 | 8B | 8 | 1A | 0 | 5E | 2D | 4C | 59 | 1D |
| Octal | 147 | 213 | 10 | 32 | 0 | 136 | 55 | 114 | 131 | 35 |
| Binary | 1100111 | 10001011 | 1000 | 11010 | 0 | 1011110 | 101101 | 1001100 | 1011001 | 11101 |
Color Harmonies of #678B08
Complementary color
Monochromatic Colors of #678B08
Black with #678B08
Text Example
Text Example
White with #678B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B08; }
p { color: rgb(103,139,8); }
H1.HeaderClassName
{
color: #678B08;
}
.AnyTagClassName
{
color: #678B08;
}
</style>
background-color css
<style>
a { background-color: #678B08; }
a { background-color: rgb(103,139,8); }
div.DivClassName
{
background-color: #678B08;
}
.BgClassName
{
background-color: #678B08;
}
</style>
border-color css
<style>
span { border-color: #678B08; }
span { border-color: rgb(103,139,8); }
td.TdClassName
{
border-color: #678B08;
}
.TagClassName
{
border-color: #678B08;
}
</style>