Shades of Olive Drab #629318
Tints of Olive Drab #629318
RGB
CMYK
RGB Variations
Color information
#629318 (or 0x629318) is known color: Olive Drab. HEX triplet: 62, 93 and 18. RGB value is (98,147,24). Sum of RGB (Red+Green+Blue) = 98+147+24=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #629318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629318 is #9D6CE7. Grayscale: #767676. Windows color (decimal): -10317032 or 1610594. OLE color: 1610594.
HSL color Cylindrical-coordinate representation of color #629318: hue angle of 83.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #629318 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 24 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.42 |
| HSL | 83.9º | 0.72% | 0.34% | - |
| HSV(B) | 83.9º | 0.84% | 0.58% | - |
| XYZ | 15.64 | 23.53 | 4.58 | - |
| YUV | 118.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 24 | 0.33 | 0 | 0.84 | 0.42 | 83.9 | 0.72 | 0.34 |
| Hex | 62 | 93 | 18 | 21 | 0 | 54 | 2A | 54 | 48 | 22 |
| Octal | 142 | 223 | 30 | 41 | 0 | 124 | 52 | 124 | 110 | 42 |
| Binary | 1100010 | 10010011 | 11000 | 100001 | 0 | 1010100 | 101010 | 1010100 | 1001000 | 100010 |
Color Harmonies of #629318
Complementary color
Monochromatic Colors of #629318
Black with #629318
Text Example
Text Example
White with #629318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629318; }
p { color: rgb(98,147,24); }
H1.HeaderClassName
{
color: #629318;
}
.AnyTagClassName
{
color: #629318;
}
</style>
background-color css
<style>
a { background-color: #629318; }
a { background-color: rgb(98,147,24); }
div.DivClassName
{
background-color: #629318;
}
.BgClassName
{
background-color: #629318;
}
</style>
border-color css
<style>
span { border-color: #629318; }
span { border-color: rgb(98,147,24); }
td.TdClassName
{
border-color: #629318;
}
.TagClassName
{
border-color: #629318;
}
</style>