Shades of Dark Olive Green #617C33
Tints of Dark Olive Green #617C33
RGB
CMYK
RGB Variations
Color information
#617C33 (or 0x617C33) is known color: Dark Olive Green. HEX triplet: 61, 7C and 33. RGB value is (97,124,51). Sum of RGB (Red+Green+Blue) = 97+124+51=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #617C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C33 is #9E83CC. Grayscale: #6B6B6B. Windows color (decimal): -10388429 or 3374177. OLE color: 3374177.
HSL color Cylindrical-coordinate representation of color #617C33: hue angle of 82.19º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #617C33 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 51 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.51 |
| HSL | 82.19º | 0.42% | 0.34% | - |
| HSV(B) | 82.19º | 0.59% | 0.49% | - |
| XYZ | 12.73 | 17.2 | 5.78 | - |
| YUV | 107.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 51 | 0.22 | 0 | 0.59 | 0.51 | 82.19 | 0.42 | 0.34 |
| Hex | 61 | 7C | 33 | 16 | 0 | 3B | 33 | 52 | 2A | 22 |
| Octal | 141 | 174 | 63 | 26 | 0 | 73 | 63 | 122 | 52 | 42 |
| Binary | 1100001 | 1111100 | 110011 | 10110 | 0 | 111011 | 110011 | 1010010 | 101010 | 100010 |
Color Harmonies of #617C33
Complementary color
Monochromatic Colors of #617C33
Black with #617C33
Text Example
Text Example
White with #617C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C33; }
p { color: rgb(97,124,51); }
H1.HeaderClassName
{
color: #617C33;
}
.AnyTagClassName
{
color: #617C33;
}
</style>
background-color css
<style>
a { background-color: #617C33; }
a { background-color: rgb(97,124,51); }
div.DivClassName
{
background-color: #617C33;
}
.BgClassName
{
background-color: #617C33;
}
</style>
border-color css
<style>
span { border-color: #617C33; }
span { border-color: rgb(97,124,51); }
td.TdClassName
{
border-color: #617C33;
}
.TagClassName
{
border-color: #617C33;
}
</style>