Shades of Olive Drab #628A1B
Tints of Olive Drab #628A1B
RGB
CMYK
RGB Variations
Color information
#628A1B (or 0x628A1B) is known color: Olive Drab. HEX triplet: 62, 8A and 1B. RGB value is (98,138,27). Sum of RGB (Red+Green+Blue) = 98+138+27=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #628A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628A1B is #9D75E4. Grayscale: #717171. Windows color (decimal): -10319333 or 1804898. OLE color: 1804898.
HSL color Cylindrical-coordinate representation of color #628A1B: hue angle of 81.62º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #628A1B is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 27 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.46 |
| HSL | 81.62º | 0.67% | 0.32% | - |
| HSV(B) | 81.62º | 0.8% | 0.54% | - |
| XYZ | 14.32 | 20.85 | 4.31 | - |
| YUV | 113.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 27 | 0.29 | 0 | 0.80 | 0.46 | 81.62 | 0.67 | 0.32 |
| Hex | 62 | 8A | 1B | 1D | 0 | 50 | 2E | 52 | 43 | 20 |
| Octal | 142 | 212 | 33 | 35 | 0 | 120 | 56 | 122 | 103 | 40 |
| Binary | 1100010 | 10001010 | 11011 | 11101 | 0 | 1010000 | 101110 | 1010010 | 1000011 | 100000 |
Color Harmonies of #628A1B
Complementary color
Monochromatic Colors of #628A1B
Black with #628A1B
Text Example
Text Example
White with #628A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A1B; }
p { color: rgb(98,138,27); }
H1.HeaderClassName
{
color: #628A1B;
}
.AnyTagClassName
{
color: #628A1B;
}
</style>
background-color css
<style>
a { background-color: #628A1B; }
a { background-color: rgb(98,138,27); }
div.DivClassName
{
background-color: #628A1B;
}
.BgClassName
{
background-color: #628A1B;
}
</style>
border-color css
<style>
span { border-color: #628A1B; }
span { border-color: rgb(98,138,27); }
td.TdClassName
{
border-color: #628A1B;
}
.TagClassName
{
border-color: #628A1B;
}
</style>