Shades of Olive Drab #678905
Tints of Olive Drab #678905
RGB
CMYK
RGB Variations
Color information
#678905 (or 0x678905) is known color: Olive Drab. HEX triplet: 67, 89 and 05. RGB value is (103,137,5). Sum of RGB (Red+Green+Blue) = 103+137+5=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #678905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678905 is #9876FA. Grayscale: #707070. Windows color (decimal): -9991931 or 362855. OLE color: 362855.
HSL color Cylindrical-coordinate representation of color #678905: hue angle of 75.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #678905 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 5 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.46 |
| HSL | 75.45º | 0.93% | 0.28% | - |
| HSV(B) | 75.45º | 0.96% | 0.54% | - |
| XYZ | 14.57 | 20.79 | 3.39 | - |
| YUV | 111.79 | 67.74 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 5 | 0.25 | 0 | 0.96 | 0.46 | 75.45 | 0.93 | 0.28 |
| Hex | 67 | 89 | 5 | 19 | 0 | 60 | 2E | 4B | 5D | 1C |
| Octal | 147 | 211 | 5 | 31 | 0 | 140 | 56 | 113 | 135 | 34 |
| Binary | 1100111 | 10001001 | 101 | 11001 | 0 | 1100000 | 101110 | 1001011 | 1011101 | 11100 |
Color Harmonies of #678905
Complementary color
Monochromatic Colors of #678905
Black with #678905
Text Example
Text Example
White with #678905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678905; }
p { color: rgb(103,137,5); }
H1.HeaderClassName
{
color: #678905;
}
.AnyTagClassName
{
color: #678905;
}
</style>
background-color css
<style>
a { background-color: #678905; }
a { background-color: rgb(103,137,5); }
div.DivClassName
{
background-color: #678905;
}
.BgClassName
{
background-color: #678905;
}
</style>
border-color css
<style>
span { border-color: #678905; }
span { border-color: rgb(103,137,5); }
td.TdClassName
{
border-color: #678905;
}
.TagClassName
{
border-color: #678905;
}
</style>