Shades of Olive Drab #678A03
Tints of Olive Drab #678A03
RGB
CMYK
RGB Variations
Color information
#678A03 (or 0x678A03) is known color: Olive Drab. HEX triplet: 67, 8A and 03. RGB value is (103,138,3). Sum of RGB (Red+Green+Blue) = 103+138+3=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #678A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A03 is #9875FC. Grayscale: #707070. Windows color (decimal): -9991677 or 232039. OLE color: 232039.
HSL color Cylindrical-coordinate representation of color #678A03: hue angle of 75.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #678A03 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 3 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.46 |
| HSL | 75.56º | 0.96% | 0.28% | - |
| HSV(B) | 75.56º | 0.98% | 0.54% | - |
| XYZ | 14.7 | 21.07 | 3.38 | - |
| YUV | 112.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 3 | 0.25 | 0 | 0.98 | 0.46 | 75.56 | 0.96 | 0.28 |
| Hex | 67 | 8A | 3 | 19 | 0 | 62 | 2E | 4C | 60 | 1C |
| Octal | 147 | 212 | 3 | 31 | 0 | 142 | 56 | 114 | 140 | 34 |
| Binary | 1100111 | 10001010 | 11 | 11001 | 0 | 1100010 | 101110 | 1001100 | 1100000 | 11100 |
Color Harmonies of #678A03
Complementary color
Monochromatic Colors of #678A03
Black with #678A03
Text Example
Text Example
White with #678A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A03; }
p { color: rgb(103,138,3); }
H1.HeaderClassName
{
color: #678A03;
}
.AnyTagClassName
{
color: #678A03;
}
</style>
background-color css
<style>
a { background-color: #678A03; }
a { background-color: rgb(103,138,3); }
div.DivClassName
{
background-color: #678A03;
}
.BgClassName
{
background-color: #678A03;
}
</style>
border-color css
<style>
span { border-color: #678A03; }
span { border-color: rgb(103,138,3); }
td.TdClassName
{
border-color: #678A03;
}
.TagClassName
{
border-color: #678A03;
}
</style>