Shades of Dark Olive Green #617C31
Tints of Dark Olive Green #617C31
RGB
CMYK
RGB Variations
Color information
#617C31 (or 0x617C31) is known color: Dark Olive Green. HEX triplet: 61, 7C and 31. RGB value is (97,124,49). Sum of RGB (Red+Green+Blue) = 97+124+49=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #617C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C31 is #9E83CE. Grayscale: #6B6B6B. Windows color (decimal): -10388431 or 3243105. OLE color: 3243105.
HSL color Cylindrical-coordinate representation of color #617C31: hue angle of 81.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #617C31 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 49 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.51 |
| HSL | 81.6º | 0.43% | 0.34% | - |
| HSV(B) | 81.6º | 0.6% | 0.49% | - |
| XYZ | 12.69 | 17.18 | 5.55 | - |
| YUV | 107.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 49 | 0.22 | 0 | 0.60 | 0.51 | 81.6 | 0.43 | 0.34 |
| Hex | 61 | 7C | 31 | 16 | 0 | 3C | 33 | 52 | 2B | 22 |
| Octal | 141 | 174 | 61 | 26 | 0 | 74 | 63 | 122 | 53 | 42 |
| Binary | 1100001 | 1111100 | 110001 | 10110 | 0 | 111100 | 110011 | 1010010 | 101011 | 100010 |
Color Harmonies of #617C31
Complementary color
Monochromatic Colors of #617C31
Black with #617C31
Text Example
Text Example
White with #617C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C31; }
p { color: rgb(97,124,49); }
H1.HeaderClassName
{
color: #617C31;
}
.AnyTagClassName
{
color: #617C31;
}
</style>
background-color css
<style>
a { background-color: #617C31; }
a { background-color: rgb(97,124,49); }
div.DivClassName
{
background-color: #617C31;
}
.BgClassName
{
background-color: #617C31;
}
</style>
border-color css
<style>
span { border-color: #617C31; }
span { border-color: rgb(97,124,49); }
td.TdClassName
{
border-color: #617C31;
}
.TagClassName
{
border-color: #617C31;
}
</style>