Shades of Olive Drab #628706
Tints of Olive Drab #628706
RGB
CMYK
RGB Variations
Color information
#628706 (or 0x628706) is known color: Olive Drab. HEX triplet: 62, 87 and 06. RGB value is (98,135,6). Sum of RGB (Red+Green+Blue) = 98+135+6=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #628706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628706 is #9D78F9. Grayscale: #6D6D6D. Windows color (decimal): -10320122 or 427874. OLE color: 427874.
HSL color Cylindrical-coordinate representation of color #628706: hue angle of 77.21º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #628706 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 6 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.47 |
| HSL | 77.21º | 0.91% | 0.28% | - |
| HSV(B) | 77.21º | 0.96% | 0.53% | - |
| XYZ | 13.73 | 19.94 | 3.3 | - |
| YUV | 109.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 6 | 0.27 | 0 | 0.96 | 0.47 | 77.21 | 0.91 | 0.28 |
| Hex | 62 | 87 | 6 | 1B | 0 | 60 | 2F | 4D | 5B | 1C |
| Octal | 142 | 207 | 6 | 33 | 0 | 140 | 57 | 115 | 133 | 34 |
| Binary | 1100010 | 10000111 | 110 | 11011 | 0 | 1100000 | 101111 | 1001101 | 1011011 | 11100 |
Color Harmonies of #628706
Complementary color
Monochromatic Colors of #628706
Black with #628706
Text Example
Text Example
White with #628706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628706; }
p { color: rgb(98,135,6); }
H1.HeaderClassName
{
color: #628706;
}
.AnyTagClassName
{
color: #628706;
}
</style>
background-color css
<style>
a { background-color: #628706; }
a { background-color: rgb(98,135,6); }
div.DivClassName
{
background-color: #628706;
}
.BgClassName
{
background-color: #628706;
}
</style>
border-color css
<style>
span { border-color: #628706; }
span { border-color: rgb(98,135,6); }
td.TdClassName
{
border-color: #628706;
}
.TagClassName
{
border-color: #628706;
}
</style>