Shades of Olive Drab #617E2C
Tints of Olive Drab #617E2C
RGB
CMYK
RGB Variations
Color information
#617E2C (or 0x617E2C) is known color: Olive Drab. HEX triplet: 61, 7E and 2C. RGB value is (97,126,44). Sum of RGB (Red+Green+Blue) = 97+126+44=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #617E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617E2C is #9E81D3. Grayscale: #6C6C6C. Windows color (decimal): -10387924 or 2915937. OLE color: 2915937.
HSL color Cylindrical-coordinate representation of color #617E2C: hue angle of 81.22º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #617E2C is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 44 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.51 |
| HSL | 81.22º | 0.48% | 0.33% | - |
| HSV(B) | 81.22º | 0.65% | 0.49% | - |
| XYZ | 12.85 | 17.64 | 5.11 | - |
| YUV | 107.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 44 | 0.23 | 0 | 0.65 | 0.51 | 81.22 | 0.48 | 0.33 |
| Hex | 61 | 7E | 2C | 17 | 0 | 41 | 33 | 51 | 30 | 21 |
| Octal | 141 | 176 | 54 | 27 | 0 | 101 | 63 | 121 | 60 | 41 |
| Binary | 1100001 | 1111110 | 101100 | 10111 | 0 | 1000001 | 110011 | 1010001 | 110000 | 100001 |
Color Harmonies of #617E2C
Complementary color
Monochromatic Colors of #617E2C
Black with #617E2C
Text Example
Text Example
White with #617E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E2C; }
p { color: rgb(97,126,44); }
H1.HeaderClassName
{
color: #617E2C;
}
.AnyTagClassName
{
color: #617E2C;
}
</style>
background-color css
<style>
a { background-color: #617E2C; }
a { background-color: rgb(97,126,44); }
div.DivClassName
{
background-color: #617E2C;
}
.BgClassName
{
background-color: #617E2C;
}
</style>
border-color css
<style>
span { border-color: #617E2C; }
span { border-color: rgb(97,126,44); }
td.TdClassName
{
border-color: #617E2C;
}
.TagClassName
{
border-color: #617E2C;
}
</style>