Shades of Olive Drab #629415
Tints of Olive Drab #629415
RGB
CMYK
RGB Variations
Color information
#629415 (or 0x629415) is known color: Olive Drab. HEX triplet: 62, 94 and 15. RGB value is (98,148,21). Sum of RGB (Red+Green+Blue) = 98+148+21=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #629415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629415 is #9D6BEA. Grayscale: #777777. Windows color (decimal): -10316779 or 1414242. OLE color: 1414242.
HSL color Cylindrical-coordinate representation of color #629415: hue angle of 83.62º degrees, saturation: 0.75, 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 #629415 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 148 | 21 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.42 |
| HSL | 83.62º | 0.75% | 0.33% | - |
| HSV(B) | 83.62º | 0.86% | 0.58% | - |
| XYZ | 15.76 | 23.83 | 4.48 | - |
| YUV | 118.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 148 | 21 | 0.34 | 0 | 0.86 | 0.42 | 83.62 | 0.75 | 0.33 |
| Hex | 62 | 94 | 15 | 22 | 0 | 56 | 2A | 54 | 4B | 21 |
| Octal | 142 | 224 | 25 | 42 | 0 | 126 | 52 | 124 | 113 | 41 |
| Binary | 1100010 | 10010100 | 10101 | 100010 | 0 | 1010110 | 101010 | 1010100 | 1001011 | 100001 |
Color Harmonies of #629415
Complementary color
Monochromatic Colors of #629415
Black with #629415
Text Example
Text Example
White with #629415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629415; }
p { color: rgb(98,148,21); }
H1.HeaderClassName
{
color: #629415;
}
.AnyTagClassName
{
color: #629415;
}
</style>
background-color css
<style>
a { background-color: #629415; }
a { background-color: rgb(98,148,21); }
div.DivClassName
{
background-color: #629415;
}
.BgClassName
{
background-color: #629415;
}
</style>
border-color css
<style>
span { border-color: #629415; }
span { border-color: rgb(98,148,21); }
td.TdClassName
{
border-color: #629415;
}
.TagClassName
{
border-color: #629415;
}
</style>