Shades of Olive Drab #628407
Tints of Olive Drab #628407
RGB
CMYK
RGB Variations
Color information
#628407 (or 0x628407) is known color: Olive Drab. HEX triplet: 62, 84 and 07. RGB value is (98,132,7). Sum of RGB (Red+Green+Blue) = 98+132+7=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #628407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628407 is #9D7BF8. Grayscale: #6C6C6C. Windows color (decimal): -10320889 or 492642. OLE color: 492642.
HSL color Cylindrical-coordinate representation of color #628407: hue angle of 76.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #628407 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 7 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.48 |
| HSL | 76.32º | 0.9% | 0.27% | - |
| HSV(B) | 76.32º | 0.95% | 0.52% | - |
| XYZ | 13.33 | 19.11 | 3.19 | - |
| YUV | 107.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 7 | 0.26 | 0 | 0.95 | 0.48 | 76.32 | 0.9 | 0.27 |
| Hex | 62 | 84 | 7 | 1A | 0 | 5F | 30 | 4C | 5A | 1B |
| Octal | 142 | 204 | 7 | 32 | 0 | 137 | 60 | 114 | 132 | 33 |
| Binary | 1100010 | 10000100 | 111 | 11010 | 0 | 1011111 | 110000 | 1001100 | 1011010 | 11011 |
Color Harmonies of #628407
Complementary color
Monochromatic Colors of #628407
Black with #628407
Text Example
Text Example
White with #628407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628407; }
p { color: rgb(98,132,7); }
H1.HeaderClassName
{
color: #628407;
}
.AnyTagClassName
{
color: #628407;
}
</style>
background-color css
<style>
a { background-color: #628407; }
a { background-color: rgb(98,132,7); }
div.DivClassName
{
background-color: #628407;
}
.BgClassName
{
background-color: #628407;
}
</style>
border-color css
<style>
span { border-color: #628407; }
span { border-color: rgb(98,132,7); }
td.TdClassName
{
border-color: #628407;
}
.TagClassName
{
border-color: #628407;
}
</style>