Shades of Dark Olive Green #617234
Tints of Dark Olive Green #617234
RGB
CMYK
RGB Variations
Color information
#617234 (or 0x617234) is known color: Dark Olive Green. HEX triplet: 61, 72 and 34. RGB value is (97,114,52). Sum of RGB (Red+Green+Blue) = 97+114+52=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #617234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617234 is #9E8DCB. Grayscale: #666666. Windows color (decimal): -10390988 or 3437153. OLE color: 3437153.
HSL color Cylindrical-coordinate representation of color #617234: hue angle of 76.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #617234 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 114 | 52 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.55 |
| HSL | 76.45º | 0.37% | 0.33% | - |
| HSV(B) | 76.45º | 0.54% | 0.45% | - |
| XYZ | 11.57 | 14.82 | 5.5 | - |
| YUV | 101.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 52 | 0.15 | 0 | 0.54 | 0.55 | 76.45 | 0.37 | 0.33 |
| Hex | 61 | 72 | 34 | F | 0 | 36 | 37 | 4C | 25 | 21 |
| Octal | 141 | 162 | 64 | 17 | 0 | 66 | 67 | 114 | 45 | 41 |
| Binary | 1100001 | 1110010 | 110100 | 1111 | 0 | 110110 | 110111 | 1001100 | 100101 | 100001 |
Color Harmonies of #617234
Complementary color
Monochromatic Colors of #617234
Black with #617234
Text Example
Text Example
White with #617234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617234; }
p { color: rgb(97,114,52); }
H1.HeaderClassName
{
color: #617234;
}
.AnyTagClassName
{
color: #617234;
}
</style>
background-color css
<style>
a { background-color: #617234; }
a { background-color: rgb(97,114,52); }
div.DivClassName
{
background-color: #617234;
}
.BgClassName
{
background-color: #617234;
}
</style>
border-color css
<style>
span { border-color: #617234; }
span { border-color: rgb(97,114,52); }
td.TdClassName
{
border-color: #617234;
}
.TagClassName
{
border-color: #617234;
}
</style>