Shades of Dark Olive Green #617535
Tints of Dark Olive Green #617535
RGB
CMYK
RGB Variations
Color information
#617535 (or 0x617535) is known color: Dark Olive Green. HEX triplet: 61, 75 and 35. RGB value is (97,117,53). Sum of RGB (Red+Green+Blue) = 97+117+53=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #617535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617535 is #9E8ACA. Grayscale: #676767. Windows color (decimal): -10390219 or 3503457. OLE color: 3503457.
HSL color Cylindrical-coordinate representation of color #617535: hue angle of 78.75º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #617535 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 117 | 53 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.54 |
| HSL | 78.75º | 0.38% | 0.33% | - |
| HSV(B) | 78.75º | 0.55% | 0.46% | - |
| XYZ | 11.93 | 15.52 | 5.74 | - |
| YUV | 103.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 53 | 0.17 | 0 | 0.55 | 0.54 | 78.75 | 0.38 | 0.33 |
| Hex | 61 | 75 | 35 | 11 | 0 | 37 | 36 | 4F | 26 | 21 |
| Octal | 141 | 165 | 65 | 21 | 0 | 67 | 66 | 117 | 46 | 41 |
| Binary | 1100001 | 1110101 | 110101 | 10001 | 0 | 110111 | 110110 | 1001111 | 100110 | 100001 |
Color Harmonies of #617535
Complementary color
Monochromatic Colors of #617535
Black with #617535
Text Example
Text Example
White with #617535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617535; }
p { color: rgb(97,117,53); }
H1.HeaderClassName
{
color: #617535;
}
.AnyTagClassName
{
color: #617535;
}
</style>
background-color css
<style>
a { background-color: #617535; }
a { background-color: rgb(97,117,53); }
div.DivClassName
{
background-color: #617535;
}
.BgClassName
{
background-color: #617535;
}
</style>
border-color css
<style>
span { border-color: #617535; }
span { border-color: rgb(97,117,53); }
td.TdClassName
{
border-color: #617535;
}
.TagClassName
{
border-color: #617535;
}
</style>