Shades of Olive Drab #628C1E
Tints of Olive Drab #628C1E
RGB
CMYK
RGB Variations
Color information
#628C1E (or 0x628C1E) is known color: Olive Drab. HEX triplet: 62, 8C and 1E. RGB value is (98,140,30). Sum of RGB (Red+Green+Blue) = 98+140+30=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #628C1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C1E is #9D73E1. Grayscale: #737373. Windows color (decimal): -10318818 or 2002018. OLE color: 2002018.
HSL color Cylindrical-coordinate representation of color #628C1E: hue angle of 82.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #628C1E is Cyan = 0.3, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 30 | - |
| CMYK | 0.3 | 0 | 0.79 | 0.45 |
| HSL | 82.91º | 0.65% | 0.33% | - |
| HSV(B) | 82.91º | 0.79% | 0.55% | - |
| XYZ | 14.65 | 21.45 | 4.6 | - |
| YUV | 114.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 30 | 0.3 | 0 | 0.79 | 0.45 | 82.91 | 0.65 | 0.33 |
| Hex | 62 | 8C | 1E | 1E | 0 | 4F | 2D | 53 | 41 | 21 |
| Octal | 142 | 214 | 36 | 36 | 0 | 117 | 55 | 123 | 101 | 41 |
| Binary | 1100010 | 10001100 | 11110 | 11110 | 0 | 1001111 | 101101 | 1010011 | 1000001 | 100001 |
Color Harmonies of #628C1E
Complementary color
Monochromatic Colors of #628C1E
Black with #628C1E
Text Example
Text Example
White with #628C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C1E; }
p { color: rgb(98,140,30); }
H1.HeaderClassName
{
color: #628C1E;
}
.AnyTagClassName
{
color: #628C1E;
}
</style>
background-color css
<style>
a { background-color: #628C1E; }
a { background-color: rgb(98,140,30); }
div.DivClassName
{
background-color: #628C1E;
}
.BgClassName
{
background-color: #628C1E;
}
</style>
border-color css
<style>
span { border-color: #628C1E; }
span { border-color: rgb(98,140,30); }
td.TdClassName
{
border-color: #628C1E;
}
.TagClassName
{
border-color: #628C1E;
}
</style>