Shades of Dark Olive Green #617B32
Tints of Dark Olive Green #617B32
RGB
CMYK
RGB Variations
Color information
#617B32 (or 0x617B32) is known color: Dark Olive Green. HEX triplet: 61, 7B and 32. RGB value is (97,123,50). Sum of RGB (Red+Green+Blue) = 97+123+50=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #617B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617B32 is #9E84CD. Grayscale: #6B6B6B. Windows color (decimal): -10388686 or 3308385. OLE color: 3308385.
HSL color Cylindrical-coordinate representation of color #617B32: hue angle of 81.37º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #617B32 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 50 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.52 |
| HSL | 81.37º | 0.42% | 0.34% | - |
| HSV(B) | 81.37º | 0.59% | 0.48% | - |
| XYZ | 12.59 | 16.94 | 5.62 | - |
| YUV | 106.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 50 | 0.21 | 0 | 0.59 | 0.52 | 81.37 | 0.42 | 0.34 |
| Hex | 61 | 7B | 32 | 15 | 0 | 3B | 34 | 51 | 2A | 22 |
| Octal | 141 | 173 | 62 | 25 | 0 | 73 | 64 | 121 | 52 | 42 |
| Binary | 1100001 | 1111011 | 110010 | 10101 | 0 | 111011 | 110100 | 1010001 | 101010 | 100010 |
Color Harmonies of #617B32
Complementary color
Monochromatic Colors of #617B32
Black with #617B32
Text Example
Text Example
White with #617B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B32; }
p { color: rgb(97,123,50); }
H1.HeaderClassName
{
color: #617B32;
}
.AnyTagClassName
{
color: #617B32;
}
</style>
background-color css
<style>
a { background-color: #617B32; }
a { background-color: rgb(97,123,50); }
div.DivClassName
{
background-color: #617B32;
}
.BgClassName
{
background-color: #617B32;
}
</style>
border-color css
<style>
span { border-color: #617B32; }
span { border-color: rgb(97,123,50); }
td.TdClassName
{
border-color: #617B32;
}
.TagClassName
{
border-color: #617B32;
}
</style>