Shades of Dark Olive Green #617834
Tints of Dark Olive Green #617834
RGB
CMYK
RGB Variations
Color information
#617834 (or 0x617834) is known color: Dark Olive Green. HEX triplet: 61, 78 and 34. RGB value is (97,120,52). Sum of RGB (Red+Green+Blue) = 97+120+52=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #617834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617834 is #9E87CB. Grayscale: #696969. Windows color (decimal): -10389452 or 3438689. OLE color: 3438689.
HSL color Cylindrical-coordinate representation of color #617834: hue angle of 80.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #617834 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 120 | 52 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.53 |
| HSL | 80.29º | 0.4% | 0.34% | - |
| HSV(B) | 80.29º | 0.57% | 0.47% | - |
| XYZ | 12.27 | 16.22 | 5.73 | - |
| YUV | 105.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 52 | 0.19 | 0 | 0.57 | 0.53 | 80.29 | 0.4 | 0.34 |
| Hex | 61 | 78 | 34 | 13 | 0 | 39 | 35 | 50 | 28 | 22 |
| Octal | 141 | 170 | 64 | 23 | 0 | 71 | 65 | 120 | 50 | 42 |
| Binary | 1100001 | 1111000 | 110100 | 10011 | 0 | 111001 | 110101 | 1010000 | 101000 | 100010 |
Color Harmonies of #617834
Complementary color
Monochromatic Colors of #617834
Black with #617834
Text Example
Text Example
White with #617834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617834; }
p { color: rgb(97,120,52); }
H1.HeaderClassName
{
color: #617834;
}
.AnyTagClassName
{
color: #617834;
}
</style>
background-color css
<style>
a { background-color: #617834; }
a { background-color: rgb(97,120,52); }
div.DivClassName
{
background-color: #617834;
}
.BgClassName
{
background-color: #617834;
}
</style>
border-color css
<style>
span { border-color: #617834; }
span { border-color: rgb(97,120,52); }
td.TdClassName
{
border-color: #617834;
}
.TagClassName
{
border-color: #617834;
}
</style>