Shades of Olive Drab #628105
Tints of Olive Drab #628105
RGB
CMYK
RGB Variations
Color information
#628105 (or 0x628105) is known color: Olive Drab. HEX triplet: 62, 81 and 05. RGB value is (98,129,5). Sum of RGB (Red+Green+Blue) = 98+129+5=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #628105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628105 is #9D7EFA. Grayscale: #6A6A6A. Windows color (decimal): -10321659 or 360802. OLE color: 360802.
HSL color Cylindrical-coordinate representation of color #628105: hue angle of 75º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #628105 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 5 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.49 |
| HSL | 75º | 0.93% | 0.26% | - |
| HSV(B) | 75º | 0.96% | 0.51% | - |
| XYZ | 12.91 | 18.31 | 3 | - |
| YUV | 105.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 5 | 0.24 | 0 | 0.96 | 0.49 | 75 | 0.93 | 0.26 |
| Hex | 62 | 81 | 5 | 18 | 0 | 60 | 31 | 4B | 5D | 1A |
| Octal | 142 | 201 | 5 | 30 | 0 | 140 | 61 | 113 | 135 | 32 |
| Binary | 1100010 | 10000001 | 101 | 11000 | 0 | 1100000 | 110001 | 1001011 | 1011101 | 11010 |
Color Harmonies of #628105
Complementary color
Monochromatic Colors of #628105
Black with #628105
Text Example
Text Example
White with #628105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628105; }
p { color: rgb(98,129,5); }
H1.HeaderClassName
{
color: #628105;
}
.AnyTagClassName
{
color: #628105;
}
</style>
background-color css
<style>
a { background-color: #628105; }
a { background-color: rgb(98,129,5); }
div.DivClassName
{
background-color: #628105;
}
.BgClassName
{
background-color: #628105;
}
</style>
border-color css
<style>
span { border-color: #628105; }
span { border-color: rgb(98,129,5); }
td.TdClassName
{
border-color: #628105;
}
.TagClassName
{
border-color: #628105;
}
</style>