Shades of Olive Drab #628206
Tints of Olive Drab #628206
RGB
CMYK
RGB Variations
Color information
#628206 (or 0x628206) is known color: Olive Drab. HEX triplet: 62, 82 and 06. RGB value is (98,130,6). Sum of RGB (Red+Green+Blue) = 98+130+6=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #628206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628206 is #9D7DF9. Grayscale: #6A6A6A. Windows color (decimal): -10321402 or 426594. OLE color: 426594.
HSL color Cylindrical-coordinate representation of color #628206: hue angle of 75.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #628206 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 6 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.49 |
| HSL | 75.48º | 0.91% | 0.27% | - |
| HSV(B) | 75.48º | 0.95% | 0.51% | - |
| XYZ | 13.05 | 18.58 | 3.07 | - |
| YUV | 106.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 6 | 0.25 | 0 | 0.95 | 0.49 | 75.48 | 0.91 | 0.27 |
| Hex | 62 | 82 | 6 | 19 | 0 | 5F | 31 | 4B | 5B | 1B |
| Octal | 142 | 202 | 6 | 31 | 0 | 137 | 61 | 113 | 133 | 33 |
| Binary | 1100010 | 10000010 | 110 | 11001 | 0 | 1011111 | 110001 | 1001011 | 1011011 | 11011 |
Color Harmonies of #628206
Complementary color
Monochromatic Colors of #628206
Black with #628206
Text Example
Text Example
White with #628206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628206; }
p { color: rgb(98,130,6); }
H1.HeaderClassName
{
color: #628206;
}
.AnyTagClassName
{
color: #628206;
}
</style>
background-color css
<style>
a { background-color: #628206; }
a { background-color: rgb(98,130,6); }
div.DivClassName
{
background-color: #628206;
}
.BgClassName
{
background-color: #628206;
}
</style>
border-color css
<style>
span { border-color: #628206; }
span { border-color: rgb(98,130,6); }
td.TdClassName
{
border-color: #628206;
}
.TagClassName
{
border-color: #628206;
}
</style>