Shades of Olive Drab #628207
Tints of Olive Drab #628207
RGB
CMYK
RGB Variations
Color information
#628207 (or 0x628207) is known color: Olive Drab. HEX triplet: 62, 82 and 07. RGB value is (98,130,7). Sum of RGB (Red+Green+Blue) = 98+130+7=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #628207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628207 is #9D7DF8. Grayscale: #6A6A6A. Windows color (decimal): -10321401 or 492130. OLE color: 492130.
HSL color Cylindrical-coordinate representation of color #628207: hue angle of 75.61º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #628207 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 7 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.49 |
| HSL | 75.61º | 0.9% | 0.27% | - |
| HSV(B) | 75.61º | 0.95% | 0.51% | - |
| XYZ | 13.06 | 18.58 | 3.1 | - |
| YUV | 106.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 7 | 0.25 | 0 | 0.95 | 0.49 | 75.61 | 0.9 | 0.27 |
| Hex | 62 | 82 | 7 | 19 | 0 | 5F | 31 | 4C | 5A | 1B |
| Octal | 142 | 202 | 7 | 31 | 0 | 137 | 61 | 114 | 132 | 33 |
| Binary | 1100010 | 10000010 | 111 | 11001 | 0 | 1011111 | 110001 | 1001100 | 1011010 | 11011 |
Color Harmonies of #628207
Complementary color
Monochromatic Colors of #628207
Black with #628207
Text Example
Text Example
White with #628207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628207; }
p { color: rgb(98,130,7); }
H1.HeaderClassName
{
color: #628207;
}
.AnyTagClassName
{
color: #628207;
}
</style>
background-color css
<style>
a { background-color: #628207; }
a { background-color: rgb(98,130,7); }
div.DivClassName
{
background-color: #628207;
}
.BgClassName
{
background-color: #628207;
}
</style>
border-color css
<style>
span { border-color: #628207; }
span { border-color: rgb(98,130,7); }
td.TdClassName
{
border-color: #628207;
}
.TagClassName
{
border-color: #628207;
}
</style>