Shades of Olive Drab #678908
Tints of Olive Drab #678908
RGB
CMYK
RGB Variations
Color information
#678908 (or 0x678908) is known color: Olive Drab. HEX triplet: 67, 89 and 08. RGB value is (103,137,8). Sum of RGB (Red+Green+Blue) = 103+137+8=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #678908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678908 is #9876F7. Grayscale: #707070. Windows color (decimal): -9991928 or 559463. OLE color: 559463.
HSL color Cylindrical-coordinate representation of color #678908: hue angle of 75.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #678908 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 8 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.46 |
| HSL | 75.81º | 0.89% | 0.28% | - |
| HSV(B) | 75.81º | 0.94% | 0.54% | - |
| XYZ | 14.58 | 20.79 | 3.47 | - |
| YUV | 112.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 8 | 0.25 | 0 | 0.94 | 0.46 | 75.81 | 0.89 | 0.28 |
| Hex | 67 | 89 | 8 | 19 | 0 | 5E | 2E | 4C | 59 | 1C |
| Octal | 147 | 211 | 10 | 31 | 0 | 136 | 56 | 114 | 131 | 34 |
| Binary | 1100111 | 10001001 | 1000 | 11001 | 0 | 1011110 | 101110 | 1001100 | 1011001 | 11100 |
Color Harmonies of #678908
Complementary color
Monochromatic Colors of #678908
Black with #678908
Text Example
Text Example
White with #678908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678908; }
p { color: rgb(103,137,8); }
H1.HeaderClassName
{
color: #678908;
}
.AnyTagClassName
{
color: #678908;
}
</style>
background-color css
<style>
a { background-color: #678908; }
a { background-color: rgb(103,137,8); }
div.DivClassName
{
background-color: #678908;
}
.BgClassName
{
background-color: #678908;
}
</style>
border-color css
<style>
span { border-color: #678908; }
span { border-color: rgb(103,137,8); }
td.TdClassName
{
border-color: #678908;
}
.TagClassName
{
border-color: #678908;
}
</style>