Shades of Olive Drab #628608
Tints of Olive Drab #628608
RGB
CMYK
RGB Variations
Color information
#628608 (or 0x628608) is known color: Olive Drab. HEX triplet: 62, 86 and 08. RGB value is (98,134,8). Sum of RGB (Red+Green+Blue) = 98+134+8=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #628608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628608 is #9D79F7. Grayscale: #6D6D6D. Windows color (decimal): -10320376 or 558690. OLE color: 558690.
HSL color Cylindrical-coordinate representation of color #628608: hue angle of 77.14º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #628608 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 8 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.47 |
| HSL | 77.14º | 0.89% | 0.28% | - |
| HSV(B) | 77.14º | 0.94% | 0.53% | - |
| XYZ | 13.61 | 19.66 | 3.31 | - |
| YUV | 108.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 8 | 0.27 | 0 | 0.94 | 0.47 | 77.14 | 0.89 | 0.28 |
| Hex | 62 | 86 | 8 | 1B | 0 | 5E | 2F | 4D | 59 | 1C |
| Octal | 142 | 206 | 10 | 33 | 0 | 136 | 57 | 115 | 131 | 34 |
| Binary | 1100010 | 10000110 | 1000 | 11011 | 0 | 1011110 | 101111 | 1001101 | 1011001 | 11100 |
Color Harmonies of #628608
Complementary color
Monochromatic Colors of #628608
Black with #628608
Text Example
Text Example
White with #628608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628608; }
p { color: rgb(98,134,8); }
H1.HeaderClassName
{
color: #628608;
}
.AnyTagClassName
{
color: #628608;
}
</style>
background-color css
<style>
a { background-color: #628608; }
a { background-color: rgb(98,134,8); }
div.DivClassName
{
background-color: #628608;
}
.BgClassName
{
background-color: #628608;
}
</style>
border-color css
<style>
span { border-color: #628608; }
span { border-color: rgb(98,134,8); }
td.TdClassName
{
border-color: #628608;
}
.TagClassName
{
border-color: #628608;
}
</style>