Shades of Olive Drab #628705
Tints of Olive Drab #628705
RGB
CMYK
RGB Variations
Color information
#628705 (or 0x628705) is known color: Olive Drab. HEX triplet: 62, 87 and 05. RGB value is (98,135,5). Sum of RGB (Red+Green+Blue) = 98+135+5=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #628705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628705 is #9D78FA. Grayscale: #6D6D6D. Windows color (decimal): -10320123 or 362338. OLE color: 362338.
HSL color Cylindrical-coordinate representation of color #628705: hue angle of 77.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #628705 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 5 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.47 |
| HSL | 77.08º | 0.93% | 0.27% | - |
| HSV(B) | 77.08º | 0.96% | 0.53% | - |
| XYZ | 13.73 | 19.94 | 3.27 | - |
| YUV | 109.12 | 69.24 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 5 | 0.27 | 0 | 0.96 | 0.47 | 77.08 | 0.93 | 0.27 |
| Hex | 62 | 87 | 5 | 1B | 0 | 60 | 2F | 4D | 5D | 1B |
| Octal | 142 | 207 | 5 | 33 | 0 | 140 | 57 | 115 | 135 | 33 |
| Binary | 1100010 | 10000111 | 101 | 11011 | 0 | 1100000 | 101111 | 1001101 | 1011101 | 11011 |
Color Harmonies of #628705
Complementary color
Monochromatic Colors of #628705
Black with #628705
Text Example
Text Example
White with #628705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628705; }
p { color: rgb(98,135,5); }
H1.HeaderClassName
{
color: #628705;
}
.AnyTagClassName
{
color: #628705;
}
</style>
background-color css
<style>
a { background-color: #628705; }
a { background-color: rgb(98,135,5); }
div.DivClassName
{
background-color: #628705;
}
.BgClassName
{
background-color: #628705;
}
</style>
border-color css
<style>
span { border-color: #628705; }
span { border-color: rgb(98,135,5); }
td.TdClassName
{
border-color: #628705;
}
.TagClassName
{
border-color: #628705;
}
</style>