Shades of Olive Drab #629314
Tints of Olive Drab #629314
RGB
CMYK
RGB Variations
Color information
#629314 (or 0x629314) is known color: Olive Drab. HEX triplet: 62, 93 and 14. RGB value is (98,147,20). Sum of RGB (Red+Green+Blue) = 98+147+20=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #629314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629314 is #9D6CEB. Grayscale: #767676. Windows color (decimal): -10317036 or 1348450. OLE color: 1348450.
HSL color Cylindrical-coordinate representation of color #629314: hue angle of 83.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #629314 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 20 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.42 |
| HSL | 83.15º | 0.76% | 0.33% | - |
| HSV(B) | 83.15º | 0.86% | 0.58% | - |
| XYZ | 15.6 | 23.51 | 4.38 | - |
| YUV | 117.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 20 | 0.33 | 0 | 0.86 | 0.42 | 83.15 | 0.76 | 0.33 |
| Hex | 62 | 93 | 14 | 21 | 0 | 56 | 2A | 53 | 4C | 21 |
| Octal | 142 | 223 | 24 | 41 | 0 | 126 | 52 | 123 | 114 | 41 |
| Binary | 1100010 | 10010011 | 10100 | 100001 | 0 | 1010110 | 101010 | 1010011 | 1001100 | 100001 |
Color Harmonies of #629314
Complementary color
Monochromatic Colors of #629314
Black with #629314
Text Example
Text Example
White with #629314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629314; }
p { color: rgb(98,147,20); }
H1.HeaderClassName
{
color: #629314;
}
.AnyTagClassName
{
color: #629314;
}
</style>
background-color css
<style>
a { background-color: #629314; }
a { background-color: rgb(98,147,20); }
div.DivClassName
{
background-color: #629314;
}
.BgClassName
{
background-color: #629314;
}
</style>
border-color css
<style>
span { border-color: #629314; }
span { border-color: rgb(98,147,20); }
td.TdClassName
{
border-color: #629314;
}
.TagClassName
{
border-color: #629314;
}
</style>