Shades of Olive Drab #629316
Tints of Olive Drab #629316
RGB
CMYK
RGB Variations
Color information
#629316 (or 0x629316) is known color: Olive Drab. HEX triplet: 62, 93 and 16. RGB value is (98,147,22). Sum of RGB (Red+Green+Blue) = 98+147+22=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #629316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629316 is #9D6CE9. Grayscale: #767676. Windows color (decimal): -10317034 or 1479522. OLE color: 1479522.
HSL color Cylindrical-coordinate representation of color #629316: hue angle of 83.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #629316 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 22 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.42 |
| HSL | 83.52º | 0.74% | 0.33% | - |
| HSV(B) | 83.52º | 0.85% | 0.58% | - |
| XYZ | 15.62 | 23.52 | 4.48 | - |
| YUV | 118.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 22 | 0.33 | 0 | 0.85 | 0.42 | 83.52 | 0.74 | 0.33 |
| Hex | 62 | 93 | 16 | 21 | 0 | 55 | 2A | 54 | 4A | 21 |
| Octal | 142 | 223 | 26 | 41 | 0 | 125 | 52 | 124 | 112 | 41 |
| Binary | 1100010 | 10010011 | 10110 | 100001 | 0 | 1010101 | 101010 | 1010100 | 1001010 | 100001 |
Color Harmonies of #629316
Complementary color
Monochromatic Colors of #629316
Black with #629316
Text Example
Text Example
White with #629316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629316; }
p { color: rgb(98,147,22); }
H1.HeaderClassName
{
color: #629316;
}
.AnyTagClassName
{
color: #629316;
}
</style>
background-color css
<style>
a { background-color: #629316; }
a { background-color: rgb(98,147,22); }
div.DivClassName
{
background-color: #629316;
}
.BgClassName
{
background-color: #629316;
}
</style>
border-color css
<style>
span { border-color: #629316; }
span { border-color: rgb(98,147,22); }
td.TdClassName
{
border-color: #629316;
}
.TagClassName
{
border-color: #629316;
}
</style>