Shades of Olive Drab #628702
Tints of Olive Drab #628702
RGB
CMYK
RGB Variations
Color information
#628702 (or 0x628702) is known color: Olive Drab. HEX triplet: 62, 87 and 02. RGB value is (98,135,2). Sum of RGB (Red+Green+Blue) = 98+135+2=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #628702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628702 is #9D78FD. Grayscale: #6D6D6D. Windows color (decimal): -10320126 or 165730. OLE color: 165730.
HSL color Cylindrical-coordinate representation of color #628702: hue angle of 76.69º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #628702 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.47 |
| HSL | 76.69º | 0.97% | 0.27% | - |
| HSV(B) | 76.69º | 0.99% | 0.53% | - |
| XYZ | 13.71 | 19.93 | 3.18 | - |
| YUV | 108.78 | 67.74 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 2 | 0.27 | 0 | 0.99 | 0.47 | 76.69 | 0.97 | 0.27 |
| Hex | 62 | 87 | 2 | 1B | 0 | 63 | 2F | 4D | 61 | 1B |
| Octal | 142 | 207 | 2 | 33 | 0 | 143 | 57 | 115 | 141 | 33 |
| Binary | 1100010 | 10000111 | 10 | 11011 | 0 | 1100011 | 101111 | 1001101 | 1100001 | 11011 |
Color Harmonies of #628702
Complementary color
Monochromatic Colors of #628702
Black with #628702
Text Example
Text Example
White with #628702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628702; }
p { color: rgb(98,135,2); }
H1.HeaderClassName
{
color: #628702;
}
.AnyTagClassName
{
color: #628702;
}
</style>
background-color css
<style>
a { background-color: #628702; }
a { background-color: rgb(98,135,2); }
div.DivClassName
{
background-color: #628702;
}
.BgClassName
{
background-color: #628702;
}
</style>
border-color css
<style>
span { border-color: #628702; }
span { border-color: rgb(98,135,2); }
td.TdClassName
{
border-color: #628702;
}
.TagClassName
{
border-color: #628702;
}
</style>