Shades of Olive Drab #628526
Tints of Olive Drab #628526
RGB
CMYK
RGB Variations
Color information
#628526 (or 0x628526) is known color: Olive Drab. HEX triplet: 62, 85 and 26. RGB value is (98,133,38). Sum of RGB (Red+Green+Blue) = 98+133+38=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #628526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628526 is #9D7AD9. Grayscale: #707070. Windows color (decimal): -10320602 or 2524514. OLE color: 2524514.
HSL color Cylindrical-coordinate representation of color #628526: hue angle of 82.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #628526 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 38 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.48 |
| HSL | 82.11º | 0.56% | 0.34% | - |
| HSV(B) | 82.11º | 0.71% | 0.52% | - |
| XYZ | 13.77 | 19.51 | 4.87 | - |
| YUV | 111.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 38 | 0.26 | 0 | 0.71 | 0.48 | 82.11 | 0.56 | 0.34 |
| Hex | 62 | 85 | 26 | 1A | 0 | 47 | 30 | 52 | 38 | 22 |
| Octal | 142 | 205 | 46 | 32 | 0 | 107 | 60 | 122 | 70 | 42 |
| Binary | 1100010 | 10000101 | 100110 | 11010 | 0 | 1000111 | 110000 | 1010010 | 111000 | 100010 |
Color Harmonies of #628526
Complementary color
Monochromatic Colors of #628526
Black with #628526
Text Example
Text Example
White with #628526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628526; }
p { color: rgb(98,133,38); }
H1.HeaderClassName
{
color: #628526;
}
.AnyTagClassName
{
color: #628526;
}
</style>
background-color css
<style>
a { background-color: #628526; }
a { background-color: rgb(98,133,38); }
div.DivClassName
{
background-color: #628526;
}
.BgClassName
{
background-color: #628526;
}
</style>
border-color css
<style>
span { border-color: #628526; }
span { border-color: rgb(98,133,38); }
td.TdClassName
{
border-color: #628526;
}
.TagClassName
{
border-color: #628526;
}
</style>