Shades of Olive Drab #678C02
Tints of Olive Drab #678C02
RGB
CMYK
RGB Variations
Color information
#678C02 (or 0x678C02) is known color: Olive Drab. HEX triplet: 67, 8C and 02. RGB value is (103,140,2). Sum of RGB (Red+Green+Blue) = 103+140+2=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #678C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678C02 is #9873FD. Grayscale: #717171. Windows color (decimal): -9991166 or 167015. OLE color: 167015.
HSL color Cylindrical-coordinate representation of color #678C02: hue angle of 76.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #678C02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 140 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.45 |
| HSL | 76.09º | 0.97% | 0.28% | - |
| HSV(B) | 76.09º | 0.99% | 0.55% | - |
| XYZ | 14.98 | 21.64 | 3.45 | - |
| YUV | 113.21 | 65.24 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 140 | 2 | 0.26 | 0 | 0.99 | 0.45 | 76.09 | 0.97 | 0.28 |
| Hex | 67 | 8C | 2 | 1A | 0 | 63 | 2D | 4C | 61 | 1C |
| Octal | 147 | 214 | 2 | 32 | 0 | 143 | 55 | 114 | 141 | 34 |
| Binary | 1100111 | 10001100 | 10 | 11010 | 0 | 1100011 | 101101 | 1001100 | 1100001 | 11100 |
Color Harmonies of #678C02
Complementary color
Monochromatic Colors of #678C02
Black with #678C02
Text Example
Text Example
White with #678C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678C02; }
p { color: rgb(103,140,2); }
H1.HeaderClassName
{
color: #678C02;
}
.AnyTagClassName
{
color: #678C02;
}
</style>
background-color css
<style>
a { background-color: #678C02; }
a { background-color: rgb(103,140,2); }
div.DivClassName
{
background-color: #678C02;
}
.BgClassName
{
background-color: #678C02;
}
</style>
border-color css
<style>
span { border-color: #678C02; }
span { border-color: rgb(103,140,2); }
td.TdClassName
{
border-color: #678C02;
}
.TagClassName
{
border-color: #678C02;
}
</style>