Shades of Olive Drab #618115
Tints of Olive Drab #618115
RGB
CMYK
RGB Variations
Color information
#618115 (or 0x618115) is known color: Olive Drab. HEX triplet: 61, 81 and 15. RGB value is (97,129,21). Sum of RGB (Red+Green+Blue) = 97+129+21=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #618115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618115 is #9E7EEA. Grayscale: #6B6B6B. Windows color (decimal): -10387179 or 1409377. OLE color: 1409377.
HSL color Cylindrical-coordinate representation of color #618115: hue angle of 77.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #618115 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 129 | 21 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.49 |
| HSL | 77.78º | 0.72% | 0.29% | - |
| HSV(B) | 77.78º | 0.84% | 0.51% | - |
| XYZ | 12.92 | 18.3 | 3.56 | - |
| YUV | 107.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 21 | 0.25 | 0 | 0.84 | 0.49 | 77.78 | 0.72 | 0.29 |
| Hex | 61 | 81 | 15 | 19 | 0 | 54 | 31 | 4E | 48 | 1D |
| Octal | 141 | 201 | 25 | 31 | 0 | 124 | 61 | 116 | 110 | 35 |
| Binary | 1100001 | 10000001 | 10101 | 11001 | 0 | 1010100 | 110001 | 1001110 | 1001000 | 11101 |
Color Harmonies of #618115
Complementary color
Monochromatic Colors of #618115
Black with #618115
Text Example
Text Example
White with #618115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618115; }
p { color: rgb(97,129,21); }
H1.HeaderClassName
{
color: #618115;
}
.AnyTagClassName
{
color: #618115;
}
</style>
background-color css
<style>
a { background-color: #618115; }
a { background-color: rgb(97,129,21); }
div.DivClassName
{
background-color: #618115;
}
.BgClassName
{
background-color: #618115;
}
</style>
border-color css
<style>
span { border-color: #618115; }
span { border-color: rgb(97,129,21); }
td.TdClassName
{
border-color: #618115;
}
.TagClassName
{
border-color: #618115;
}
</style>