Shades of Olive #617C00
Tints of Olive #617C00
RGB
CMYK
RGB Variations
Color information
#617C00 (or 0x617C00) is known color: Olive. HEX triplet: 61, 7C and 00. RGB value is (97,124,0). Sum of RGB (Red+Green+Blue) = 97+124+0=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #617C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617C00 is #9E83FF. Grayscale: #666666. Windows color (decimal): -10388480 or 31841. OLE color: 31841.
HSL color Cylindrical-coordinate representation of color #617C00: hue angle of 73.06º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #617C00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.51 |
| HSL | 73.06º | 1% | 0.24% | - |
| HSV(B) | 73.06º | 1% | 0.49% | - |
| XYZ | 12.14 | 16.96 | 2.63 | - |
| YUV | 101.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 0 | 0.22 | 0 | 1 | 0.51 | 73.06 | 1 | 0.24 |
| Hex | 61 | 7C | 0 | 16 | 0 | 64 | 33 | 49 | 64 | 18 |
| Octal | 141 | 174 | 0 | 26 | 0 | 144 | 63 | 111 | 144 | 30 |
| Binary | 1100001 | 1111100 | 0 | 10110 | 0 | 1100100 | 110011 | 1001001 | 1100100 | 11000 |
Color Harmonies of #617C00
Complementary color
Monochromatic Colors of #617C00
Black with #617C00
Text Example
Text Example
White with #617C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C00; }
p { color: rgb(97,124,0); }
H1.HeaderClassName
{
color: #617C00;
}
.AnyTagClassName
{
color: #617C00;
}
</style>
background-color css
<style>
a { background-color: #617C00; }
a { background-color: rgb(97,124,0); }
div.DivClassName
{
background-color: #617C00;
}
.BgClassName
{
background-color: #617C00;
}
</style>
border-color css
<style>
span { border-color: #617C00; }
span { border-color: rgb(97,124,0); }
td.TdClassName
{
border-color: #617C00;
}
.TagClassName
{
border-color: #617C00;
}
</style>