Shades of Olive Drab #628C1C
Tints of Olive Drab #628C1C
RGB
CMYK
RGB Variations
Color information
#628C1C (or 0x628C1C) is known color: Olive Drab. HEX triplet: 62, 8C and 1C. RGB value is (98,140,28). Sum of RGB (Red+Green+Blue) = 98+140+28=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #628C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C1C is #9D73E3. Grayscale: #737373. Windows color (decimal): -10318820 or 1870946. OLE color: 1870946.
HSL color Cylindrical-coordinate representation of color #628C1C: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #628C1C is Cyan = 0.3, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 28 | - |
| CMYK | 0.3 | 0 | 0.80 | 0.45 |
| HSL | 82.5º | 0.67% | 0.33% | - |
| HSV(B) | 82.5º | 0.8% | 0.55% | - |
| XYZ | 14.62 | 21.44 | 4.47 | - |
| YUV | 114.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 28 | 0.3 | 0 | 0.80 | 0.45 | 82.5 | 0.67 | 0.33 |
| Hex | 62 | 8C | 1C | 1E | 0 | 50 | 2D | 52 | 43 | 21 |
| Octal | 142 | 214 | 34 | 36 | 0 | 120 | 55 | 122 | 103 | 41 |
| Binary | 1100010 | 10001100 | 11100 | 11110 | 0 | 1010000 | 101101 | 1010010 | 1000011 | 100001 |
Color Harmonies of #628C1C
Complementary color
Monochromatic Colors of #628C1C
Black with #628C1C
Text Example
Text Example
White with #628C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C1C; }
p { color: rgb(98,140,28); }
H1.HeaderClassName
{
color: #628C1C;
}
.AnyTagClassName
{
color: #628C1C;
}
</style>
background-color css
<style>
a { background-color: #628C1C; }
a { background-color: rgb(98,140,28); }
div.DivClassName
{
background-color: #628C1C;
}
.BgClassName
{
background-color: #628C1C;
}
</style>
border-color css
<style>
span { border-color: #628C1C; }
span { border-color: rgb(98,140,28); }
td.TdClassName
{
border-color: #628C1C;
}
.TagClassName
{
border-color: #628C1C;
}
</style>