Shades of Olive Drab #628C04
Tints of Olive Drab #628C04
RGB
CMYK
RGB Variations
Color information
#628C04 (or 0x628C04) is known color: Olive Drab. HEX triplet: 62, 8C and 04. RGB value is (98,140,4). Sum of RGB (Red+Green+Blue) = 98+140+4=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #628C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628C04 is #9D73FB. Grayscale: #707070. Windows color (decimal): -10318844 or 298082. OLE color: 298082.
HSL color Cylindrical-coordinate representation of color #628C04: hue angle of 78.53º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #628C04 is Cyan = 0.3, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 4 | - |
| CMYK | 0.3 | 0 | 0.97 | 0.45 |
| HSL | 78.53º | 0.94% | 0.28% | - |
| HSV(B) | 78.53º | 0.97% | 0.55% | - |
| XYZ | 14.44 | 21.36 | 3.48 | - |
| YUV | 111.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 4 | 0.3 | 0 | 0.97 | 0.45 | 78.53 | 0.94 | 0.28 |
| Hex | 62 | 8C | 4 | 1E | 0 | 61 | 2D | 4F | 5E | 1C |
| Octal | 142 | 214 | 4 | 36 | 0 | 141 | 55 | 117 | 136 | 34 |
| Binary | 1100010 | 10001100 | 100 | 11110 | 0 | 1100001 | 101101 | 1001111 | 1011110 | 11100 |
Color Harmonies of #628C04
Complementary color
Monochromatic Colors of #628C04
Black with #628C04
Text Example
Text Example
White with #628C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C04; }
p { color: rgb(98,140,4); }
H1.HeaderClassName
{
color: #628C04;
}
.AnyTagClassName
{
color: #628C04;
}
</style>
background-color css
<style>
a { background-color: #628C04; }
a { background-color: rgb(98,140,4); }
div.DivClassName
{
background-color: #628C04;
}
.BgClassName
{
background-color: #628C04;
}
</style>
border-color css
<style>
span { border-color: #628C04; }
span { border-color: rgb(98,140,4); }
td.TdClassName
{
border-color: #628C04;
}
.TagClassName
{
border-color: #628C04;
}
</style>